no more color highlight on sidebar icons ^_^

This commit is contained in:
Luis Ángel San Martín
2014-11-12 17:29:11 +01:00
parent c870d9b99e
commit e82d7e889f
4 changed files with 18 additions and 7 deletions

View File

@ -131,6 +131,7 @@ QString getSettingsPath();
void addSperator(QWidget * w);
QAction * createSeparator();
QString colorToName(LabelColors colors);
QIcon noHighlightedIcon(const QString & path);
}
#endif