From: Alan Alpert Date: Thu, 20 Oct 2011 00:52:29 +0000 (+1000) Subject: Removing some stale comments. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=2bf7113a0ddfe4490cf9df1780a72c36ae282f8c;p=konrad%2Fqtdeclarative.git Removing some stale comments. Change-Id: If30a6e044c1e15dbbbd9dfca44fe64572099ea13 Reviewed-by: Martin Jones --- diff --git a/src/declarative/particles/qsgparticlesystem_p.h b/src/declarative/particles/qsgparticlesystem_p.h index c739954..37fcbac 100644 --- a/src/declarative/particles/qsgparticlesystem_p.h +++ b/src/declarative/particles/qsgparticlesystem_p.h @@ -240,7 +240,6 @@ public: explicit QSGParticleSystem(QSGItem *parent = 0); ~QSGParticleSystem(); - //TODO: Hook up running and temporal manipulators to the animation bool isRunning() const { return m_running; @@ -278,7 +277,7 @@ protected: private slots: void emittersChanged(); void loadPainter(QObject* p); - void createEngine(); //### method invoked by sprite list changing (in engine.h) - pretty nasty + void createEngine(); //Not invoked by sprite engine, unlike Sprite uses void particleStateChange(int idx); public: