diff options
Diffstat (limited to 'examples/animation')
-rw-r--r-- | examples/animation/piemenu/qgraphicspiemenu_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/animation/piemenu/qgraphicspiemenu_p.h b/examples/animation/piemenu/qgraphicspiemenu_p.h index 87a749c..93b0079 100644 --- a/examples/animation/piemenu/qgraphicspiemenu_p.h +++ b/examples/animation/piemenu/qgraphicspiemenu_p.h @@ -17,7 +17,6 @@ #include <QtGui/qicon.h> #include <QtCore/qstate.h> -#include <QtCore/qtransition.h> #include <QtCore/qstatemachine.h> class QAction; @@ -34,7 +33,6 @@ public: QString title; QStateMachine *machine; QState *popupState; - //QTransition *transition; QList<QGraphicsPieMenuSection *> sections; QEventLoop *eventLoop; |