NOISSUE add an 'open folder' button to the icon dialog

This commit is contained in:
Petr Mrázek
2018-02-05 02:01:12 +01:00
parent 83649b5d52
commit 41aef8414a
4 changed files with 20 additions and 5 deletions

View File

@ -45,4 +45,5 @@ slots:
void delayed_scroll(QModelIndex);
void addNewIcon();
void removeSelectedIcon();
void openFolder();
};