summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/api/qcoloroutput_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/api/qcoloroutput_p.h')
-rw-r--r--src/xmlpatterns/api/qcoloroutput_p.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/xmlpatterns/api/qcoloroutput_p.h b/src/xmlpatterns/api/qcoloroutput_p.h
index 7ead9a9..f6de5a4 100644
--- a/src/xmlpatterns/api/qcoloroutput_p.h
+++ b/src/xmlpatterns/api/qcoloroutput_p.h
@@ -55,8 +55,6 @@
#include <QtCore/QtGlobal>
#include <QtCore/QHash>
-QT_BEGIN_HEADER
-
QT_BEGIN_NAMESPACE
namespace QPatternist
@@ -70,6 +68,7 @@ namespace QPatternist
ForegroundShift = 10,
BackgroundShift = 20,
SpecialShift = 20,
+// ### FIXME: this looks very suspicious. Make ForegroundShift = 0x10 etc?
ForegroundMask = 0x1f << ForegroundShift,
BackgroundMask = 0x7 << BackgroundShift
};
@@ -128,6 +127,4 @@ Q_DECLARE_OPERATORS_FOR_FLAGS(QPatternist::ColorOutput::ColorCode)
QT_END_NAMESPACE
-QT_END_HEADER
-
#endif