summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextimagehandler_p.h
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-05-26 15:13:57 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-05-26 15:14:27 (GMT)
commitbcd23411c8e22e15b863212a544bd64b78fe04b9 (patch)
tree06e331864f61983e82fc9398786ca9d202b07fc4 /src/gui/text/qtextimagehandler_p.h
parent0ae04e9d7872d170974d15e8fbae8da1949c94df (diff)
downloadQt-bcd23411c8e22e15b863212a544bd64b78fe04b9.zip
Qt-bcd23411c8e22e15b863212a544bd64b78fe04b9.tar.gz
Qt-bcd23411c8e22e15b863212a544bd64b78fe04b9.tar.bz2
some cleanups on private exported symbols
Diffstat (limited to 'src/gui/text/qtextimagehandler_p.h')
-rw-r--r--src/gui/text/qtextimagehandler_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/text/qtextimagehandler_p.h b/src/gui/text/qtextimagehandler_p.h
index f5426b5..1f29642 100644
--- a/src/gui/text/qtextimagehandler_p.h
+++ b/src/gui/text/qtextimagehandler_p.h
@@ -60,7 +60,7 @@ QT_BEGIN_NAMESPACE
class QTextImageFormat;
-class Q_GUI_EXPORT QTextImageHandler : public QObject,
+class QTextImageHandler : public QObject,
public QTextObjectInterface
{
Q_OBJECT
@@ -72,7 +72,7 @@ public:
virtual void drawObject(QPainter *p, const QRectF &rect, QTextDocument *doc, int posInDocument, const QTextFormat &format);
typedef QImage (*ExternalImageLoaderFunction)(const QString &name, const QString &context);
- static ExternalImageLoaderFunction externalLoader;
+ static Q_GUI_EXPORT ExternalImageLoaderFunction externalLoader; //this is needed by Qt3Support
};
QT_END_NAMESPACE