소스 검색

fb2logs: add QtInfoMsg handling

Vitaly Lipatov 5 년 전
부모
커밋
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");