summaryrefslogtreecommitdiff
path: root/src/modlistview.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-16 13:22:20 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-16 13:29:36 +0100
commit8fafcce33f1d5633cf1cb1acbb067fd485869bbf (patch)
tree2fdcb2fc60767cf111b0dcc4d55c9e169b35c8ca /src/modlistview.h
parent899308b31d541e78a3e4395bf33cd66c5ec4f769 (diff)
Add send to last conflict action for modlist.
Diffstat (limited to 'src/modlistview.h')
-rw-r--r--src/modlistview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modlistview.h b/src/modlistview.h
index 13f868c6..122bf2f1 100644
--- a/src/modlistview.h
+++ b/src/modlistview.h
@@ -89,6 +89,7 @@ public:
// focus the view, select the given index and scroll to it
//
void scrollToAndSelect(const QModelIndex& index);
+ void scrollToAndSelect(const QModelIndexList& indexes, const QModelIndex& current = QModelIndex());
// refresh the view (to call when settings have been changed)
//