aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgparticlepainter_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/particles/qsgparticlepainter_p.h')
-rw-r--r--src/declarative/particles/qsgparticlepainter_p.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/declarative/particles/qsgparticlepainter_p.h b/src/declarative/particles/qsgparticlepainter_p.h
index d469947453..4b627e9457 100644
--- a/src/declarative/particles/qsgparticlepainter_p.h
+++ b/src/declarative/particles/qsgparticlepainter_p.h
@@ -86,17 +86,16 @@ signals:
void groupsChanged(QStringList arg);
public slots:
-void setSystem(QSGParticleSystem* arg);
+ void setSystem(QSGParticleSystem* arg);
-void setGroups(QStringList arg)
-{
- if (m_groups != arg) {
- m_groups = arg;
- emit groupsChanged(arg);
+ void setGroups(QStringList arg)
+ {
+ if (m_groups != arg) {
+ m_groups = arg;
+ emit groupsChanged(arg);
+ }
}
-}
-private slots:
void calcSystemOffset(bool resetPending = false);
protected: