Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/fb2edit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorVitaly Lipatov <lav@etersoft.ru>2019-10-15 10:23:58 +0300
committerVitaly Lipatov <lav@etersoft.ru>2022-07-17 02:29:25 +0300
commit02e632683feb10e5b0ad25865e495626694b85e0 (patch)
tree90f58edff8a7493bf0b29016acf2abb8d132fe7d /source
parent5d8c39f9b106410e722c072c8aca3d1436216c39 (diff)
fb2logs: add QtInfoMsg handling
Diffstat (limited to 'source')
-rw-r--r--source/fb2logs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/fb2logs.cpp b/source/fb2logs.cpp
index c185022..6dd4964 100644
--- a/source/fb2logs.cpp
+++ b/source/fb2logs.cpp
@@ -9,6 +9,7 @@
QVariant FbLogModel::FbLogItem::icon() const
{
switch (m_type) {
+ case QtInfoMsg: return QVariant();
case QtDebugMsg: return FbIcon("dialog-information");
case QtWarningMsg: return FbIcon("dialog-warning");
case QtCriticalMsg: return FbIcon("dialog-error");