aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qml')
-rw-r--r--tools/qml/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qml/main.cpp b/tools/qml/main.cpp
index c059373143..a1b3a6b856 100644
--- a/tools/qml/main.cpp
+++ b/tools/qml/main.cpp
@@ -193,6 +193,7 @@ void quietMessageHandler(QtMsgType type, const QMessageLogContext &ctxt, const Q
case QtCriticalMsg:
case QtDebugMsg:
case QtWarningMsg:
+ default:
;
}
}