diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-05-26 15:13:57 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-05-26 15:14:27 (GMT) |
commit | bcd23411c8e22e15b863212a544bd64b78fe04b9 (patch) | |
tree | 06e331864f61983e82fc9398786ca9d202b07fc4 /src/gui/painting/qgraphicssystemplugin_p.h | |
parent | 0ae04e9d7872d170974d15e8fbae8da1949c94df (diff) | |
download | Qt-bcd23411c8e22e15b863212a544bd64b78fe04b9.zip Qt-bcd23411c8e22e15b863212a544bd64b78fe04b9.tar.gz Qt-bcd23411c8e22e15b863212a544bd64b78fe04b9.tar.bz2 |
some cleanups on private exported symbols
Diffstat (limited to 'src/gui/painting/qgraphicssystemplugin_p.h')
-rw-r--r-- | src/gui/painting/qgraphicssystemplugin_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qgraphicssystemplugin_p.h b/src/gui/painting/qgraphicssystemplugin_p.h index 2e70333..ea7aa2d 100644 --- a/src/gui/painting/qgraphicssystemplugin_p.h +++ b/src/gui/painting/qgraphicssystemplugin_p.h @@ -64,7 +64,7 @@ QT_MODULE(Gui) class QGraphicsSystem; -struct Q_GUI_EXPORT QGraphicsSystemFactoryInterface : public QFactoryInterface +struct QGraphicsSystemFactoryInterface : public QFactoryInterface { virtual QGraphicsSystem *create(const QString &key) = 0; }; |