changeset 35 | 3738fe97f027 |
parent 34 | bbb98528c666 |
--- a/videocollection/tsrc/stubs/inc/hbstackedwidget.h Thu Apr 01 23:22:15 2010 +0300 +++ b/videocollection/tsrc/stubs/inc/hbstackedwidget.h Thu Apr 01 23:32:44 2010 +0300 @@ -19,6 +19,7 @@ #define HBSTACKEDWIDGET #include <QGraphicsWidget> +#include <qpointer.h> #include "hbwidget.h" class HbStackedWidget : public HbWidget @@ -55,7 +56,7 @@ */ static int initializeCount; - QObject *mCurrentWidget; + QPointer<QObject> mCurrentWidget; };