aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgparticlegroup_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/particles/qsgparticlegroup_p.h')
-rw-r--r--src/declarative/particles/qsgparticlegroup_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/declarative/particles/qsgparticlegroup_p.h b/src/declarative/particles/qsgparticlegroup_p.h
index 346b4ab77e..d0ac41ca79 100644
--- a/src/declarative/particles/qsgparticlegroup_p.h
+++ b/src/declarative/particles/qsgparticlegroup_p.h
@@ -44,6 +44,8 @@
#include "qsgparticlesystem_p.h"
#include "qdeclarativeparserstatus.h"
+QT_BEGIN_NAMESPACE
+
class QSGParticleGroup : public QSGStochasticState, public QDeclarativeParserStatus
{
Q_OBJECT
@@ -104,4 +106,6 @@ private:
QList<QObject*> m_delayedRedirects;
};
+QT_END_NAMESPACE
+
#endif