equal
deleted
inserted
replaced
52 // |
52 // |
53 // We mean it. |
53 // We mean it. |
54 // |
54 // |
55 |
55 |
56 #include "private/qobject_p.h" |
56 #include "private/qobject_p.h" |
57 |
57 #ifndef QT_NO_GRAPHICSVIEW |
58 QT_BEGIN_NAMESPACE |
58 QT_BEGIN_NAMESPACE |
59 |
59 |
60 class QGraphicsItem; |
60 class QGraphicsItem; |
61 |
61 |
62 class QGraphicsTransformPrivate : public QObjectPrivate { |
62 class QGraphicsTransformPrivate : public QObjectPrivate { |
71 void setItem(QGraphicsItem *item); |
71 void setItem(QGraphicsItem *item); |
72 static void updateItem(QGraphicsItem *item); |
72 static void updateItem(QGraphicsItem *item); |
73 }; |
73 }; |
74 |
74 |
75 QT_END_NAMESPACE |
75 QT_END_NAMESPACE |
|
76 #endif //QT_NO_GRAPHCISVIEW |
76 |
77 |
77 #endif // QGRAPHICSTRANSFORM_P_H |
78 #endif // QGRAPHICSTRANSFORM_P_H |