summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorKrzysztof Starecki <krzysztof.starecki@gmail.com>2018-12-30 15:16:06 +0100
committerKrzysztof Starecki <krzysztof.starecki@gmail.com>2018-12-30 15:16:06 +0100
commit7a71a9eb9e1f1c8e0681038105a6bb8ba888077b (patch)
treeafc3648c1c1a83e84389be5f5e408805daefe24b /src/mainwindow.h
parentec8dbcbf280bf6b542e9087d562e51757d205299 (diff)
Fix a bug where downloadlist context actions run multiple times
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index d19cd6a4..93f2ed5f 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -246,7 +246,7 @@ private:
bool populateMenuCategories(QMenu *menu, int targetID);
- void updateDownloadListDelegate();
+ void initDownloadList();
// remove invalid category-references from mods
void fixCategories();