diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-12 16:03:50 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-12 16:03:50 -0500 |
| commit | 2dbfec1e464fc4e4f55dbf51236312437d241121 (patch) | |
| tree | 5ff5f635117979773fcb5a02c92e5e7e525e8324 /sigencore | |
| parent | 203d99ec2cd59d608f718be2473e8d5ec00c3d6c (diff) | |
Reorder forward declarations
Diffstat (limited to 'sigencore')
| -rw-r--r-- | sigencore/Containment.h | 2 | ||||
| -rw-r--r-- | sigencore/RunScript.h | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sigencore/Containment.h b/sigencore/Containment.h index 8e9c3960..7e69e07c 100644 --- a/sigencore/Containment.h +++ b/sigencore/Containment.h @@ -29,11 +29,11 @@ #include <QtCore/QList> // Forward declarations +class QUuid; namespace Sigscript { class SigmodWrapper; } -class QUuid; namespace Sigencore { diff --git a/sigencore/RunScript.h b/sigencore/RunScript.h index 445601b7..386702fb 100644 --- a/sigencore/RunScript.h +++ b/sigencore/RunScript.h @@ -25,6 +25,13 @@ #include <QtCore/QMap> // Forward declarations +class QObject; +class QString; +namespace Kross +{ +class Action; +class ActionCollection; +} namespace Sigcore { class Script; @@ -33,13 +40,6 @@ namespace Sigscript { class SigmodWrapper; } -namespace Kross -{ -class Action; -class ActionCollection; -} -class QObject; -class QString; namespace Sigencore { |
