Explorar o código

fb2logs: add QtInfoMsg handling

Vitaly Lipatov %!s(int64=5) %!d(string=hai) anos
pai
achega
02e632683f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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");