diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-09 09:14:35 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-09 09:14:35 -0400 |
| commit | 4f240ddb7f8fa2cb2211105756202daca010b008 (patch) | |
| tree | 197dc34fce5bc2ea90663fb51ca30c83278f1225 /src/mainwindow.h | |
| parent | a9ad1265665a81eeb0161c389f557e298cbb1818 (diff) | |
fixes toolbar and menu icons not respecting the stylesheet
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 426b0881..07a580c3 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -631,6 +631,7 @@ private slots: void search_activated(); void searchClear_activated(); + void resetActionIcons(); void updateModCount(); void updatePluginCount(); |
