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/organizercore.h | |
| parent | 80371ae2ccdb233f9aa92c8982bad6a136c54ae9 (diff) | |
Add option to have different separator collapsed/expanded states between profiles.
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index 24de26ee..905fb111 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -406,6 +406,13 @@ signals: void close();
+ // emitted when the profile is changed, before notifying plugins
+ //
+ // the new profile can be stored but the old one is temporary and
+ // should not be
+ //
+ void profileChanged(Profile* oldProfile, Profile* newProfile);
+
// Notify that the directory structure is ready to be used on the main thread
// Use queued connections
void directoryStructureReady();
|
