diff options
Diffstat (limited to 'src/modlistview.h')
| -rw-r--r-- | src/modlistview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modlistview.h b/src/modlistview.h index 0ae4dd76..adffd737 100644 --- a/src/modlistview.h +++ b/src/modlistview.h @@ -93,6 +93,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)
//
@@ -180,6 +181,8 @@ protected slots: void onFiltersCriteria(const std::vector<ModListSortProxy::Criteria>& filters);
void onProfileChanged(Profile* oldProfile, Profile* newProfile);
+ void commitData(QWidget* editor) override;
+
private:
friend class ModConflictIconDelegate;
|
