src/gui/graphicsview/qgraphicstransform_p.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    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