summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qbrush.h
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-06-12 23:10:39 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-06-12 23:10:39 (GMT)
commitd3f57ee3077ba0c4b21997acecfe2bab82ed6c1f (patch)
tree18daef2fcd5a99762dd51311830e266064d35da9 /src/gui/painting/qbrush.h
parent10c093e56c82254d545e9d698934a2cfb9121a59 (diff)
downloadQt-d3f57ee3077ba0c4b21997acecfe2bab82ed6c1f.zip
Qt-d3f57ee3077ba0c4b21997acecfe2bab82ed6c1f.tar.gz
Qt-d3f57ee3077ba0c4b21997acecfe2bab82ed6c1f.tar.bz2
Fixed compile of QtGui with MSVC.
MSVC requires the same linkage specifiers to be provided at both the declaration and definition.
Diffstat (limited to 'src/gui/painting/qbrush.h')
-rw-r--r--src/gui/painting/qbrush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qbrush.h b/src/gui/painting/qbrush.h
index d6d0da3..404569a 100644
--- a/src/gui/painting/qbrush.h
+++ b/src/gui/painting/qbrush.h
@@ -123,7 +123,7 @@ private:
friend class QRasterPaintEnginePrivate;
friend struct QSpanData;
friend class QPainter;
- friend bool qHasPixmapTexture(const QBrush& brush);
+ friend bool Q_GUI_EXPORT qHasPixmapTexture(const QBrush& brush);
void detach(Qt::BrushStyle newStyle);
void init(const QColor &color, Qt::BrushStyle bs);
QBrushData *d;