Skip to content

Commit e90f2a4

Browse files
author
Your Name
committed
Fix the gui warnings
1 parent 91b5418 commit e90f2a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gui/resultitem.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ class ResultItem : public QStandardItem
5353
return mIconFileName;
5454
}
5555
private:
56-
const Type mType;
57-
const int mErrorPathIndex;
56+
Type mType;
57+
int mErrorPathIndex;
5858
QString mIconFileName;
5959
};
6060

0 commit comments

Comments
 (0)