refs #288, parseCommand in runtime, which distributes it to the contexts (easier, also for core command line)

This commit is contained in:
Klaus Basan
2014-11-29 20:03:41 +00:00
committed by Roland Winklmeier
parent 8b002e1510
commit 788078f72a
4 changed files with 15 additions and 8 deletions

View File

@@ -149,6 +149,10 @@ namespace BlackCore
//! Is application context available?
bool canPingApplicationContext() const;
public slots:
//! Parse command line in all contexts
bool parseCommandLine(const QString commandLine);
private:
bool m_init = false; /*!< flag */