mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 22:29:13 +08:00
Connect to remoteHotkeyAction in CContextApplicationProxy::relaySignals
ref T330
This commit is contained in:
committed by
Klaus Basan
parent
85f7a37c8b
commit
23a1f86834
@@ -67,6 +67,9 @@ namespace BlackCore
|
|||||||
s = connection.connect(serviceName, IContextApplication::ObjectPath(), IContextApplication::InterfaceName(),
|
s = connection.connect(serviceName, IContextApplication::ObjectPath(), IContextApplication::InterfaceName(),
|
||||||
"hotkeyActionsRegistered", this, SIGNAL(hotkeyActionsRegistered(QStringList, BlackMisc::CIdentifier)));
|
"hotkeyActionsRegistered", this, SIGNAL(hotkeyActionsRegistered(QStringList, BlackMisc::CIdentifier)));
|
||||||
Q_ASSERT(s);
|
Q_ASSERT(s);
|
||||||
|
s = connection.connect(serviceName, IContextApplication::ObjectPath(), IContextApplication::InterfaceName(),
|
||||||
|
"remoteHotkeyAction", this, SIGNAL(remoteHotkeyAction(QString, bool, BlackMisc::CIdentifier)));
|
||||||
|
Q_ASSERT(s);
|
||||||
s = connection.connect(serviceName, IContextApplication::ObjectPath(), IContextApplication::InterfaceName(),
|
s = connection.connect(serviceName, IContextApplication::ObjectPath(), IContextApplication::InterfaceName(),
|
||||||
"requestDisplayOnConsole", this, SIGNAL(requestDisplayOnConsole(QString)));
|
"requestDisplayOnConsole", this, SIGNAL(requestDisplayOnConsole(QString)));
|
||||||
Q_UNUSED(s);
|
Q_UNUSED(s);
|
||||||
|
|||||||
Reference in New Issue
Block a user