mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
refs #288, parseCommand in runtime, which distributes it to the contexts (easier, also for core command line)
This commit is contained in:
committed by
Roland Winklmeier
parent
8b002e1510
commit
788078f72a
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user