fixed implicit type warning

This commit is contained in:
csoler 2023-10-12 20:18:36 +02:00
parent 7a873c3b53
commit d83709d519

View File

@ -255,7 +255,7 @@ private:
QList<QLabel*> tagLabels;
// needed to send system flags with reply
unsigned msgFlags;
unsigned int msgFlags;
RSTreeWidgetItemCompareRole *m_compareRole;
QCompleter *m_completer;