diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-05-11 09:17:43 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-05-11 09:17:43 (GMT) |
commit | b22ae5c1492f8f0e004a3a4120fd9f60045dfbf0 (patch) | |
tree | f0c93b0185777bcd4af7fe42fa1a19a187527d3d /src/gui/graphicsview/qgraphicswidget_p.h | |
parent | b7f84c44ae723a77ed34246949e49438491f54e9 (diff) | |
download | Qt-b22ae5c1492f8f0e004a3a4120fd9f60045dfbf0.zip Qt-b22ae5c1492f8f0e004a3a4120fd9f60045dfbf0.tar.gz Qt-b22ae5c1492f8f0e004a3a4120fd9f60045dfbf0.tar.bz2 |
Fixed 71 symbols exported that didn't need to be.
Diffstat (limited to 'src/gui/graphicsview/qgraphicswidget_p.h')
-rw-r--r-- | src/gui/graphicsview/qgraphicswidget_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicswidget_p.h b/src/gui/graphicsview/qgraphicswidget_p.h index 3509a54..f4cdeca 100644 --- a/src/gui/graphicsview/qgraphicswidget_p.h +++ b/src/gui/graphicsview/qgraphicswidget_p.h @@ -68,7 +68,7 @@ class QStyleOptionTitleBar; #if !defined(QT_NO_GRAPHICSVIEW) || (QT_EDITION & QT_MODULE_GRAPHICSVIEW) != QT_MODULE_GRAPHICSVIEW -class Q_GUI_EXPORT QGraphicsWidgetPrivate : public QGraphicsItemPrivate +class QGraphicsWidgetPrivate : public QGraphicsItemPrivate { Q_DECLARE_PUBLIC(QGraphicsWidget) public: |