From 1582407fc782c0befd0760633324dd5c206524a1 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 13 Oct 2011 14:25:18 +0200 Subject: Remove Q_WS_ and Q_OS_SYMBIAN from QtGui. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2ac3376513c3fbfc81a2e695a73a0d948d2696bc Reviewed-on: http://codereview.qt-project.org/6607 Reviewed-by: Samuel Rødal --- src/gui/painting/qbrush.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gui/painting/qbrush.h') diff --git a/src/gui/painting/qbrush.h b/src/gui/painting/qbrush.h index edb092c035..80d9b43f1f 100644 --- a/src/gui/painting/qbrush.h +++ b/src/gui/painting/qbrush.h @@ -127,9 +127,6 @@ public: inline bool operator!=(const QBrush &b) const { return !(operator==(b)); } private: -#if defined(Q_WS_X11) - friend class QX11PaintEngine; -#endif friend class QRasterPaintEngine; friend class QRasterPaintEnginePrivate; friend struct QSpanData; -- cgit v1.2.3