summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-05-11 13:23:25 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-05-11 13:32:45 (GMT)
commit12c8e3afece17f39f398364ffae2bd546ce96d7a (patch)
tree7cf0869c3792c373f321ab0575663ed992a460f0 /src
parent71f2dc1dd4ef9ea25851ba745758f4e598c90511 (diff)
downloadQt-12c8e3afece17f39f398364ffae2bd546ce96d7a.zip
Qt-12c8e3afece17f39f398364ffae2bd546ce96d7a.tar.gz
Qt-12c8e3afece17f39f398364ffae2bd546ce96d7a.tar.bz2
compilation fix for Linux
Diffstat (limited to 'src')
-rw-r--r--src/gui/text/qfont_p.h2
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