From a88d3436cc6b2c24ab05400a5ad5e9e67cb95db8 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Thu, 28 Jan 2021 19:05:05 +0100 Subject: Implementation --pick argument. --- src/moapplication.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/moapplication.h') 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 m_core; void externalMessage(const QString& message); - std::unique_ptr getCurrentInstance(); + std::unique_ptr getCurrentInstance(bool forceSelect); std::optional setupInstanceLoop(Instance& currentInstance, PluginContainer& pc); void purgeOldFiles(); }; -- cgit v1.3.1