diff options
Diffstat (limited to 'src/declarative/fx/qfxcontentwrapper.h')
-rw-r--r-- | src/declarative/fx/qfxcontentwrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxcontentwrapper.h b/src/declarative/fx/qfxcontentwrapper.h index f1678d0..898d695 100644 --- a/src/declarative/fx/qfxcontentwrapper.h +++ b/src/declarative/fx/qfxcontentwrapper.h @@ -64,7 +64,7 @@ public: private: void create(); - QFxItem *findContent(QList<QSimpleCanvasItem *> &nodes); + QFxItem *findContent(QList<QGraphicsItem *> &nodes); protected: void componentComplete(); |