diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-28 19:05:05 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-28 19:05:05 +0100 |
| commit | a88d3436cc6b2c24ab05400a5ad5e9e67cb95db8 (patch) | |
| tree | 70900eb0da1ea4c9afd304db705393ca8bcc7e2a /src/moapplication.h | |
| parent | 41159e4eea0c79670d15b2707f4e6d7c86bb2d65 (diff) | |
Implementation --pick argument.
Diffstat (limited to 'src/moapplication.h')
| -rw-r--r-- | src/moapplication.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/moapplication.h b/src/moapplication.h index 65180ece..d10db320 100644 --- a/src/moapplication.h +++ b/src/moapplication.h @@ -47,7 +47,7 @@ public: // called from main() each time MO "restarts", loads settings, plugins,
// OrganizerCore and the current instance
//
- int setup(MOMultiProcess& multiProcess);
+ int setup(MOMultiProcess& multiProcess, bool forceSelect);
// shows splash, starts an api check, shows the main window and blocks until
// MO exits
@@ -85,7 +85,7 @@ private: std::unique_ptr<OrganizerCore> m_core;
void externalMessage(const QString& message);
- std::unique_ptr<Instance> getCurrentInstance();
+ std::unique_ptr<Instance> getCurrentInstance(bool forceSelect);
std::optional<int> setupInstanceLoop(Instance& currentInstance, PluginContainer& pc);
void purgeOldFiles();
};
|
