diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-05-11 13:23:25 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-05-11 13:32:45 (GMT) |
commit | 12c8e3afece17f39f398364ffae2bd546ce96d7a (patch) | |
tree | 7cf0869c3792c373f321ab0575663ed992a460f0 /src/gui | |
parent | 71f2dc1dd4ef9ea25851ba745758f4e598c90511 (diff) | |
download | Qt-12c8e3afece17f39f398364ffae2bd546ce96d7a.zip Qt-12c8e3afece17f39f398364ffae2bd546ce96d7a.tar.gz Qt-12c8e3afece17f39f398364ffae2bd546ce96d7a.tar.bz2 |
compilation fix for Linux
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/text/qfont_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qfont_p.h b/src/gui/text/qfont_p.h index 18322ab..4e8a7b7 100644 --- a/src/gui/text/qfont_p.h +++ b/src/gui/text/qfont_p.h @@ -153,7 +153,7 @@ public: }; -class QFontPrivate +class Q_GUI_EXPORT QFontPrivate { public: #ifdef Q_WS_X11 |