diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-11-13 17:14:09 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-11-13 17:14:09 (GMT) |
commit | d7abb14d1f4b8d5cca31ff9ec004eef7bf4cb9a1 (patch) | |
tree | 5808b8b69b814ae40b2f1680b760ad9438299dcc /src/gui | |
parent | 2432150f9eabbaa0317eeed038eaf661f8ce507e (diff) | |
download | Qt-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')
-rw-r--r-- | src/gui/graphicsview/qgraphicsanchorlayout.h | 2 |
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 |