mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
refs #848, parse command line in simulator context
* forward to driver if applicable * hook up with facade to receive command lines
This commit is contained in:
committed by
Mathew Sutcliffe
parent
0c720c7c71
commit
15020b2d5f
@@ -193,5 +193,10 @@ namespace BlackCore
|
||||
{
|
||||
m_dBusInterface->callDBus(QLatin1Literal("enableMatchingMessages"), enabled);
|
||||
}
|
||||
|
||||
bool CContextSimulatorProxy::parseCommandLine(const QString &commandLine, const CIdentifier &originator)
|
||||
{
|
||||
return m_dBusInterface->callDBusRet<bool>(QLatin1Literal("parseCommandLine"), commandLine, originator);
|
||||
}
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user