summaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/sqlitestudiocli/climsghandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/sqlitestudiocli/climsghandler.cpp')
-rw-r--r--SQLiteStudio3/sqlitestudiocli/climsghandler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/SQLiteStudio3/sqlitestudiocli/climsghandler.cpp b/SQLiteStudio3/sqlitestudiocli/climsghandler.cpp
index f9dbc76..c9f2f2c 100644
--- a/SQLiteStudio3/sqlitestudiocli/climsghandler.cpp
+++ b/SQLiteStudio3/sqlitestudiocli/climsghandler.cpp
@@ -14,9 +14,11 @@ void cliMessageHandler(QtMsgType type, const QMessageLogContext &context, const
QString txt;
switch (type) {
+#if QT_VERSION >= 0x050500
case QtInfoMsg:
txt = QString("Info: %1").arg(msg);
break;
+#endif
case QtDebugMsg:
txt = QString("Debug: %1").arg(msg);
break;