Ref T192, formatting and minor tweaks

This commit is contained in:
Klaus Basan
2017-11-18 18:39:56 +01:00
parent 1386fcd0db
commit 63fbeecc00
10 changed files with 25 additions and 25 deletions

View File

@@ -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