fixed missing deletes in search dialog

This commit is contained in:
csoler 2020-12-23 20:48:03 +01:00
parent a2eced6d4a
commit bb1996725d
2 changed files with 14 additions and 6 deletions

View file

@ -156,6 +156,9 @@ private:
RSTreeWidgetItemCompareRole *compareSummaryRole;
RSTreeWidgetItemCompareRole *compareResultRole;
QAbstractItemDelegate *mAgeColumnDelegate;
QAbstractItemDelegate *mSizeColumnDelegate;
/* Color definitions (for standard see qss.default) */
QColor mTextColorLocal;
QColor mTextColorDownloading;