summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
diff options
context:
space:
mode:
authorJan-Arve Sæther <jan-arve.saether@nokia.com>2009-11-13 17:14:09 (GMT)
committerJan-Arve Sæther <jan-arve.saether@nokia.com>2009-11-13 17:14:09 (GMT)
commitd7abb14d1f4b8d5cca31ff9ec004eef7bf4cb9a1 (patch)
tree5808b8b69b814ae40b2f1680b760ad9438299dcc /src/gui/graphicsview
parent2432150f9eabbaa0317eeed038eaf661f8ce507e (diff)
downloadQt-d7abb14d1f4b8d5cca31ff9ec004eef7bf4cb9a1.zip
Qt-d7abb14d1f4b8d5cca31ff9ec004eef7bf4cb9a1.tar.gz
Qt-d7abb14d1f4b8d5cca31ff9ec004eef7bf4cb9a1.tar.bz2
Remove warning. (Forgot to commit this together with my previous commits)
Diffstat (limited to 'src/gui/graphicsview')
-rw-r--r--src/gui/graphicsview/qgraphicsanchorlayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsanchorlayout.h b/src/gui/graphicsview/qgraphicsanchorlayout.h
index 1a0c458..063639e 100644
--- a/src/gui/graphicsview/qgraphicsanchorlayout.h
+++ b/src/gui/graphicsview/qgraphicsanchorlayout.h
@@ -76,7 +76,7 @@ private:
Q_DECLARE_PRIVATE(QGraphicsAnchor)
friend class QGraphicsAnchorLayoutPrivate;
- friend class AnchorData;
+ friend struct AnchorData;
};
class Q_GUI_EXPORT QGraphicsAnchorLayout : public QGraphicsLayout