Patch for Qt-4.6

This commit is contained in:
Laurent Rineau 2009-11-02 20:48:11 +00:00
parent 8628491b0e
commit 2949137f8a
1 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,9 @@ namespace Qt {
class GraphicsItem : public QObject, public QGraphicsItem {
Q_OBJECT
#if QT_VERSION >= 0x040600
Q_INTERFACES(QGraphicsItem)
#endif
public slots:
virtual void modelChanged() = 0;