mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +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)
|
||||
{
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user