diff options
| author | Al <26797547+Al12rs@users.noreply.github.com> | 2021-01-16 23:06:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-16 23:06:04 +0100 |
| commit | 2b1f01cba2a50a17db69187a1b4cbecf5a0fb65d (patch) | |
| tree | 4853e003773aea7abe9ebbe9d893ec0758bdc190 /src/modlistview.h | |
| parent | 19556bc968334d8b5526ed300e537c5f6a9a5117 (diff) | |
| parent | f46962686a0648abe06bea699365740546107a70 (diff) | |
Merge pull request #1363 from Holt59/modlist-improvements
Send to last conflict
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;
|
