summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-30 00:28:48 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:16 +0100
commit373b659dcbcac5dfc081ca7fa5f78788166a4e39 (patch)
treec3ed9de9b64e2a875e4d6cde6d420d05cb743028 /src/mainwindow.h
parent095348c16f58d757f2d9549d06fd12d5ed14a1d2 (diff)
Fix and move stuff around.
- Move selection-related code from ModList to ModListView. - Fix move-selection for multi-selection. - Fix refresh of mod list on toggle selection.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 26355153..97bca68b 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -148,7 +148,6 @@ public:
ModInfo::Ptr previousModInList(int modIndex);
public slots:
- void onModPrioritiesChanged(std::vector<int> const& indices);
void esplist_changed();
void refresherProgress(const DirectoryRefreshProgress* p);