1
0
Эх сурвалжийг харах

fb2logs: add QtInfoMsg handling

Vitaly Lipatov 5 жил өмнө
parent
commit
02e632683f
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      source/fb2logs.cpp

+ 1 - 0
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");