diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2009-10-22 11:48:23 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2009-10-29 16:00:12 (GMT) |
commit | 38908792600e7cd471fece1de71e2ad13cbb0866 (patch) | |
tree | 4a7fa8d7026643e5d9929c9cf51ec43896d66663 /src/gui/graphicsview/qgraphicstransform_p.h | |
parent | 433d3d130ac1b542f12574566c176f065bab29d9 (diff) | |
download | Qt-38908792600e7cd471fece1de71e2ad13cbb0866.zip Qt-38908792600e7cd471fece1de71e2ad13cbb0866.tar.gz Qt-38908792600e7cd471fece1de71e2ad13cbb0866.tar.bz2 |
Fix SCROLLAREA by fixing missing QT_NO_GRAPHICSVIEW dependencies
Reviewed-by: tom
Diffstat (limited to 'src/gui/graphicsview/qgraphicstransform_p.h')
-rw-r--r-- | src/gui/graphicsview/qgraphicstransform_p.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicstransform_p.h b/src/gui/graphicsview/qgraphicstransform_p.h index 9e708b2..ddf99bb 100644 --- a/src/gui/graphicsview/qgraphicstransform_p.h +++ b/src/gui/graphicsview/qgraphicstransform_p.h @@ -54,7 +54,7 @@ // #include "private/qobject_p.h" - +#ifndef QT_NO_GRAPHICSVIEW QT_BEGIN_NAMESPACE class QGraphicsItem; @@ -73,5 +73,6 @@ public: }; QT_END_NAMESPACE +#endif //QT_NO_GRAPHCISVIEW #endif // QGRAPHICSTRANSFORM_P_H |