diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-26 20:48:38 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:14 +0100 |
| commit | be0d6aef00891286f33242073627611413ad79c4 (patch) | |
| tree | 037f2c69d8d11adba6be428704bb4612fd7f79fc /src/modlist.h | |
| parent | 71055e373de639d9654361084f39d81211d08819 (diff) | |
Start working on collapsible separators.
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modlist.h b/src/modlist.h index 21a19fab..fad53755 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -369,6 +369,8 @@ private: private:
+ friend class ModListByPriorityProxy;
+
OrganizerCore *m_Organizer;
Profile *m_Profile;
|
