diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-07 20:56:08 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-10 10:27:30 +0100 |
| commit | fc60ea5b7a023493375a6fced6572156f48e36c3 (patch) | |
| tree | e21d7d1d5941d271fadece63001dd3126460d441 /src/modlistview.h | |
| parent | 80371ae2ccdb233f9aa92c8982bad6a136c54ae9 (diff) | |
Add option to have different separator collapsed/expanded states between profiles.
Diffstat (limited to 'src/modlistview.h')
| -rw-r--r-- | src/modlistview.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/modlistview.h b/src/modlistview.h index 1a174568..d8e08a99 100644 --- a/src/modlistview.h +++ b/src/modlistview.h @@ -57,10 +57,6 @@ public: void restoreState(const Settings& s);
void saveState(Settings& s) const;
- // set the current profile
- //
- void setProfile(Profile* profile);
-
// check if collapsible separators are currently used
//
bool hasCollapsibleSeparators() const;
@@ -170,6 +166,7 @@ protected slots: void onCustomContextMenuRequested(const QPoint& pos);
void onDoubleClicked(const QModelIndex& index);
void onFiltersCriteria(const std::vector<ModListSortProxy::Criteria>& filters);
+ void onProfileChanged(Profile* oldProfile, Profile* newProfile);
private:
|
