summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsanchorlayout_p.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-08-21 08:18:37 (GMT)
committerhjk <qtc-committer@nokia.com>2009-08-21 08:18:37 (GMT)
commit119a67e338c8e6c3616781cee1027031b667676e (patch)
tree99700bd2063e1ad766917f3f332bcbd486a36cd1 /src/gui/graphicsview/qgraphicsanchorlayout_p.h
parentc7e2ad82ea4cd999e568e2819dea10bf7214eee3 (diff)
downloadQt-119a67e338c8e6c3616781cee1027031b667676e.zip
Qt-119a67e338c8e6c3616781cee1027031b667676e.tar.gz
Qt-119a67e338c8e6c3616781cee1027031b667676e.tar.bz2
make the new anchor layout code compile with namespaces
Diffstat (limited to 'src/gui/graphicsview/qgraphicsanchorlayout_p.h')
-rw-r--r--src/gui/graphicsview/qgraphicsanchorlayout_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/graphicsview/qgraphicsanchorlayout_p.h b/src/gui/graphicsview/qgraphicsanchorlayout_p.h
index e17bd28..15a1b44 100644
--- a/src/gui/graphicsview/qgraphicsanchorlayout_p.h
+++ b/src/gui/graphicsview/qgraphicsanchorlayout_p.h
@@ -46,6 +46,8 @@
#include "qgraph_p.h"
#include "qsimplex_p.h"
+QT_BEGIN_NAMESPACE
+
/*
The public QGraphicsAnchorLayout interface represents an anchorage point
as a pair of a <QGraphicsLayoutItem *> and a <Qt::AnchorPoint>.
@@ -472,3 +474,4 @@ public:
uint calculateGraphCacheDirty : 1;
};
+QT_END_NAMESPACE