mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T192, formatting and minor tweaks
This commit is contained in:
@@ -75,6 +75,9 @@ namespace BlackCore
|
||||
//! Facade and context shutting down
|
||||
bool isShuttingDown() const { return m_shuttingDown; }
|
||||
|
||||
//! Parse command line in all contexts
|
||||
bool parseCommandLine(const QString &commandLine, const BlackMisc::CIdentifier &originator);
|
||||
|
||||
// ------- Context as interface, normal way to access a context
|
||||
|
||||
//! Context for network
|
||||
@@ -158,10 +161,6 @@ namespace BlackCore
|
||||
//! Register metadata
|
||||
static void registerMetadata();
|
||||
|
||||
public slots:
|
||||
//! Parse command line in all contexts
|
||||
bool parseCommandLine(const QString &commandLine, const BlackMisc::CIdentifier &originator);
|
||||
|
||||
private:
|
||||
bool m_initalized = false; //!< flag if already initialized
|
||||
bool m_shuttingDown = false; //!< flag if shutting down
|
||||
|
||||
Reference in New Issue
Block a user