diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-04 08:50:31 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-04 08:50:31 +0100 |
| commit | a30d49f4fc845164ef6bba4d2a834efce1dc01d7 (patch) | |
| tree | 5aa8becd18a2eae3795e602db0f499a864dab40f /src/modlistproxy.h | |
| parent | f229dbaaa7f516dc1958d0a0555b47cb17136377 (diff) | |
Avoid duplicating code to simulate startup.
Diffstat (limited to 'src/modlistproxy.h')
| -rw-r--r-- | src/modlistproxy.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/modlistproxy.h b/src/modlistproxy.h index 12d74e4a..162b0b43 100644 --- a/src/modlistproxy.h +++ b/src/modlistproxy.h @@ -31,6 +31,12 @@ public: private: + friend class OrganizerProxy; + + // See OrganizerProxy::connectSignals(). + void connectSignals(); + void disconnectSignals(); + OrganizerProxy* m_OrganizerProxy; ModList* m_Proxied; |
