mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-06 10:26:03 +08:00
Fix CContextNetworkProxy::parseCommandLine calling wrong DBus method
This commit is contained in:
@@ -250,7 +250,7 @@ namespace BlackCore
|
|||||||
|
|
||||||
bool CContextNetworkProxy::parseCommandLine(const QString &commandLine, const COriginator &originator)
|
bool CContextNetworkProxy::parseCommandLine(const QString &commandLine, const COriginator &originator)
|
||||||
{
|
{
|
||||||
return this->m_dBusInterface->callDBusRet<bool>(QLatin1Literal("commandLineEntered"), commandLine, originator);
|
return this->m_dBusInterface->callDBusRet<bool>(QLatin1Literal("parseCommandLine"), commandLine, originator);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CContextNetworkProxy::sendTextMessages(const CTextMessageList &textMessages)
|
void CContextNetworkProxy::sendTextMessages(const CTextMessageList &textMessages)
|
||||||
|
|||||||
Reference in New Issue
Block a user