Browse Source

fb2logs: add QtInfoMsg handling

Vitaly Lipatov 5 năm trước cách đây
mục cha
commit
02e632683f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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");