diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-08-05 00:23:26 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-08-05 00:23:26 (GMT) |
commit | 2472959ba8c0dbd404ab038710e5df74723a1780 (patch) | |
tree | c867a4f8cb3150c94ae8554e26e612af0527d311 /src/declarative/fx/qfxitem.h | |
parent | 7e268329fb6345d92765e2d8f531ecc5dcc51219 (diff) | |
download | Qt-2472959ba8c0dbd404ab038710e5df74723a1780.zip Qt-2472959ba8c0dbd404ab038710e5df74723a1780.tar.gz Qt-2472959ba8c0dbd404ab038710e5df74723a1780.tar.bz2 |
More QFxItem cleanup.
Diffstat (limited to 'src/declarative/fx/qfxitem.h')
-rw-r--r-- | src/declarative/fx/qfxitem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxitem.h b/src/declarative/fx/qfxitem.h index b1676e4..e1bcb2f 100644 --- a/src/declarative/fx/qfxitem.h +++ b/src/declarative/fx/qfxitem.h @@ -226,7 +226,6 @@ protected: virtual bool sceneEvent(QEvent *); virtual bool event(QEvent *); virtual QVariant itemChange(GraphicsItemChange, const QVariant &); - virtual void mouseUngrabEvent(); void setImplicitWidth(qreal); bool widthValid() const; // ### better name? |