summaryrefslogtreecommitdiff
path: root/src/modlistview.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 13:03:51 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:40:12 +0100
commitd86dec53822e049954d03ba18473dae08d74040f (patch)
treed8988b81a461175e4a359848b7f5d204fc2beba7 /src/modlistview.h
parent65577c71f3e51ae1f029c5fb104782e2a2fdca6d (diff)
Minor refactoring.
Diffstat (limited to 'src/modlistview.h')
-rw-r--r--src/modlistview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modlistview.h b/src/modlistview.h
index a2e8505d..92b53960 100644
--- a/src/modlistview.h
+++ b/src/modlistview.h
@@ -165,7 +165,7 @@ protected slots:
private:
- void onModPrioritiesChanged(std::vector<int> const& indices);
+ void onModPrioritiesChanged(const QModelIndexList& indices);
void onModInstalled(const QString& modName);
void onModFilterActive(bool filterActive);