From 5d9314f134ddd3dc4c853e398ac90ba247fb2e4f Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Mon, 13 Jun 2016 18:42:42 -0400 Subject: Imported Upstream version 3.1.0 --- SQLiteStudio3/sqlitestudiocli/climsghandler.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'SQLiteStudio3/sqlitestudiocli/climsghandler.cpp') diff --git a/SQLiteStudio3/sqlitestudiocli/climsghandler.cpp b/SQLiteStudio3/sqlitestudiocli/climsghandler.cpp index d36f9d0..f9dbc76 100644 --- a/SQLiteStudio3/sqlitestudiocli/climsghandler.cpp +++ b/SQLiteStudio3/sqlitestudiocli/climsghandler.cpp @@ -14,6 +14,9 @@ void cliMessageHandler(QtMsgType type, const QMessageLogContext &context, const QString txt; switch (type) { + case QtInfoMsg: + txt = QString("Info: %1").arg(msg); + break; case QtDebugMsg: txt = QString("Debug: %1").arg(msg); break; -- cgit v1.2.3