fix some warnings

This commit is contained in:
2020-09-08 15:10:26 +03:00
parent 17e38bc821
commit 9f15039f64
6 changed files with 10 additions and 10 deletions

View File

@@ -76,7 +76,7 @@ protected:
private:
void configTree();
void setItemBackColor(QTreeWidgetItem * i, const QColor & c) {i->setBackgroundColor(0, c); i->setBackgroundColor(1, c);}
void setItemBackColor(QTreeWidgetItem * i, const QColor & c) {i->setBackground(0, c); i->setBackground(1, c);}
void setItemForeColor(QTreeWidgetItem * i, const QColor & c) {i->setForeground(0, c); i->setForeground(1, c);}
void rebuild();
void refresh();