summaryrefslogtreecommitdiffstats
path: root/src/logic/executor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/logic/executor.cpp')
-rw-r--r--src/logic/executor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/logic/executor.cpp b/src/logic/executor.cpp
index d43cc77cc..ba9af0da5 100644
--- a/src/logic/executor.cpp
+++ b/src/logic/executor.cpp
@@ -11,11 +11,12 @@
QT_BEGIN_NAMESPACE
-using namespace Qt3DCore;
namespace Qt3DLogic {
namespace Logic {
+using namespace Qt3DCore;
+
Executor::Executor(QObject *parent)
: QObject(parent)
, m_scene(nullptr)