summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsanchorlayout_p.cpp
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2009-10-22 11:48:23 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2009-10-29 16:00:12 (GMT)
commit38908792600e7cd471fece1de71e2ad13cbb0866 (patch)
tree4a7fa8d7026643e5d9929c9cf51ec43896d66663 /src/gui/graphicsview/qgraphicsanchorlayout_p.cpp
parent433d3d130ac1b542f12574566c176f065bab29d9 (diff)
downloadQt-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/qgraphicsanchorlayout_p.cpp')
-rw-r--r--src/gui/graphicsview/qgraphicsanchorlayout_p.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsanchorlayout_p.cpp b/src/gui/graphicsview/qgraphicsanchorlayout_p.cpp
index 8c8c303..c424be5 100644
--- a/src/gui/graphicsview/qgraphicsanchorlayout_p.cpp
+++ b/src/gui/graphicsview/qgraphicsanchorlayout_p.cpp
@@ -48,7 +48,7 @@
#endif
#include "qgraphicsanchorlayout_p.h"
-
+#ifndef QT_NO_GRAPHICSVIEW
QT_BEGIN_NAMESPACE
@@ -2635,3 +2635,4 @@ void QGraphicsAnchorLayoutPrivate::dumpGraph(const QString &name)
#endif
QT_END_NAMESPACE
+#endif //QT_NO_GRAPHICSVIEW