mirror of https://github.com/CGAL/cgal
Patch for Qt-4.6
This commit is contained in:
parent
8628491b0e
commit
2949137f8a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue