mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
5e32064d21
commit
a9967e2002
@@ -251,9 +251,9 @@ namespace BlackCore
|
||||
return ok;
|
||||
}
|
||||
|
||||
void CContextApplicationProxy::processRemoteHotkeyActionCall(const QString &action, bool argument, const BlackMisc::CIdentifier &origin)
|
||||
void CContextApplicationProxy::processRemoteHotkeyActionCall(const QString &action, bool argument, const CIdentifier &origin)
|
||||
{
|
||||
if (origin.isFromLocalMachine()) { return; }
|
||||
if (!sApp || origin.isFromLocalMachine()) { return; }
|
||||
sApp->getInputManager()->callFunctionsBy(action, argument);
|
||||
CLogMessage(this, CLogCategory::contextSlot()).debug() << "Calling function" << action << "from origin" << origin.getMachineName();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user