using signal slot to update the combobox entries

This commit is contained in:
Anakin
2017-06-20 11:41:10 +02:00
parent 3f2713bd16
commit 44732057b6
4 changed files with 33 additions and 23 deletions

View File

@@ -72,4 +72,8 @@ public:
void setAutoColor(int value);
void updateDirectories(QString path);
// signals
signals:
void dirsChanged();
};