diff options
| author | Krzysztof Starecki <krzysztof.starecki@gmail.com> | 2018-12-31 02:15:47 +0100 |
|---|---|---|
| committer | Krzysztof Starecki <krzysztof.starecki@gmail.com> | 2018-12-31 02:15:47 +0100 |
| commit | 03823a433a27bb5f9a94973c47e1408dd83cc5c0 (patch) | |
| tree | ebcb4142544ed90d23519096c28a8add3f139961 /src/mainwindow.h | |
| parent | c11ff7e2db09514304cef35a650aa3fbef27dd16 (diff) | |
Add qss styling options for progress bar and compact mode widgets
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 13a66a8e..a419b797 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -247,6 +247,7 @@ private: bool populateMenuCategories(QMenu *menu, int targetID);
void initDownloadView();
+ void updateDownloadView();
// remove invalid category-references from mods
void fixCategories();
|
