Compile on Mac
authorAlan Alpert <alan.alpert@nokia.com>
Mon, 23 May 2011 09:04:17 +0000 (19:04 +1000)
committerAlan Alpert <alan.alpert@nokia.com>
Mon, 23 May 2011 09:04:17 +0000 (19:04 +1000)
src/imports/particles/dataparticle.h
src/imports/particles/itemparticle.h

index e048450..84422e7 100644 (file)
@@ -89,8 +89,6 @@ signals:
 public slots:
     void freeze(QSGItem* item);
     void unfreeze(QSGItem* item);
-    void take(QSGItem* item,bool prioritize=false);//take by modelparticle
-    void give(QSGItem* item);//give from modelparticle
 
     void setFade(bool arg){if(arg == m_fade) return; m_fade = arg; emit fadeChanged();}
 protected:
index 606a361..40dab74 100644 (file)
@@ -82,8 +82,6 @@ public slots:
 protected:
     virtual void reset();
     void prepareNextFrame();
-private slots:
-    void updateCount();
 private:
     QList<QPointer<QSGItem> > m_deletables;
     int m_particleCount;