From d3f57ee3077ba0c4b21997acecfe2bab82ed6c1f Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Sat, 13 Jun 2009 09:10:39 +1000 Subject: Fixed compile of QtGui with MSVC. MSVC requires the same linkage specifiers to be provided at both the declaration and definition. --- src/gui/painting/qbrush.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12