From 8fafcce33f1d5633cf1cb1acbb067fd485869bbf Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sat, 16 Jan 2021 13:22:20 +0100 Subject: Add send to last conflict action for modlist. --- src/modlistview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modlistview.h') 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) // -- cgit v1.3.1