diff options
| author | Al <gabriel.cortesi@outlook.com> | 2019-01-01 22:10:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-01 22:10:56 +0100 |
| commit | 523cb203ce5da9d70cafe9d00e3e48d62c066755 (patch) | |
| tree | 2d255de69f5c09b4ede269f16adec2bfcc7821d5 /src/mainwindow.h | |
| parent | 619a0887d8ce109f384690317adbd253e3ad6ae6 (diff) | |
| parent | 6fa416fc52f21ddb3eebcd1568baf8394e89ef6b (diff) | |
Merge pull request #606 from przester/download-tab
Revamp the downloads tab, fix some UI bugs
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index d19cd6a4..a419b797 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -246,7 +246,8 @@ private: bool populateMenuCategories(QMenu *menu, int targetID);
- void updateDownloadListDelegate();
+ void initDownloadView();
+ void updateDownloadView();
// remove invalid category-references from mods
void fixCategories();
|
