diff options
Diffstat (limited to 'SQLiteStudio3/sqlitestudiocli/climsghandler.cpp')
| -rw-r--r-- | SQLiteStudio3/sqlitestudiocli/climsghandler.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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;
|
