summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsanchorlayout_p.h
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.h
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.h')
-rw-r--r--src/gui/graphicsview/qgraphicsanchorlayout_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsanchorlayout_p.h b/src/gui/graphicsview/qgraphicsanchorlayout_p.h
index d45c004..9513ddf 100644
--- a/src/gui/graphicsview/qgraphicsanchorlayout_p.h
+++ b/src/gui/graphicsview/qgraphicsanchorlayout_p.h
@@ -60,7 +60,7 @@
#include "qgraphicsanchorlayout.h"
#include "qgraph_p.h"
#include "qsimplex_p.h"
-
+#ifndef QT_NO_GRAPHICSVIEW
QT_BEGIN_NAMESPACE
/*
@@ -529,5 +529,6 @@ public:
};
QT_END_NAMESPACE
+#endif //QT_NO_GRAPHICSVIEW
#endif