summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qbrush.h
diff options
context:
space:
mode:
authorPasi Petäjäjärvi <pasi.petajajarvi@digia.com>2013-02-11 16:40:10 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-12 09:40:48 +0100
commit8d2679673e6268f826abe6d4ef1734e9d69edab5 (patch)
tree3cb0d45b5f6391cf3e7743a00d0da355299d88a4 /src/gui/painting/qbrush.h
parent8840ad56a3afb185b4e0b9158130d6e265161f4e (diff)
Remove overlapping variable names defined in VxWorks headers
VxWorks has defined variables with same name as in Qt's headers. Remove these undefines because that has already done in file src/corelib/kernel/qfunctions_vxworks.h. See related change f7bd8652caab2f53ced739ce90c640924d4962dc. Change-Id: I994ac9d00ca223b9fa955dfcba8ad6c8dcbd0549 Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
Diffstat (limited to 'src/gui/painting/qbrush.h')
-rw-r--r--src/gui/painting/qbrush.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gui/painting/qbrush.h b/src/gui/painting/qbrush.h
index 6a89db6a52..4d8c97e255 100644
--- a/src/gui/painting/qbrush.h
+++ b/src/gui/painting/qbrush.h
@@ -52,15 +52,6 @@
#include <QtGui/qimage.h>
#include <QtGui/qpixmap.h>
-#if defined(Q_OS_VXWORKS)
-# if defined(m_data)
-# undef m_data
-# endif
-# if defined(m_type)
-# undef m_type
-# endif
-#endif
-
QT_BEGIN_NAMESPACE