aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/qcoloroutput.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmllint/qcoloroutput.h')
-rw-r--r--tools/qmllint/qcoloroutput.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/qmllint/qcoloroutput.h b/tools/qmllint/qcoloroutput.h
index 92f4b47ff0..6a1acfe8b5 100644
--- a/tools/qmllint/qcoloroutput.h
+++ b/tools/qmllint/qcoloroutput.h
@@ -44,6 +44,15 @@
class ColorOutputPrivate;
+enum MessageColors
+{
+ Error,
+ Warning,
+ Info,
+ Normal,
+ Hint
+};
+
class ColorOutput
{
enum