summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxitem.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-08-05 00:23:26 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-08-05 00:23:26 (GMT)
commit2472959ba8c0dbd404ab038710e5df74723a1780 (patch)
treec867a4f8cb3150c94ae8554e26e612af0527d311 /src/declarative/fx/qfxitem.h
parent7e268329fb6345d92765e2d8f531ecc5dcc51219 (diff)
downloadQt-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.h1
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?