From feda8a7db8d1d7c5439aa8f8feef7cc0dd2b59a0 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 27 Jul 2018 23:51:12 -0400 Subject: New upstream version 3.2.1+dfsg1 --- SQLiteStudio3/sqlitestudiocli/climsghandler.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SQLiteStudio3/sqlitestudiocli/climsghandler.cpp') 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; -- cgit v1.2.3