mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
refs #199, featuring proxy to server side DBus signals.
So far we only could send server to proxy side signals, causing inconsistencies between remote and local contexts
This commit is contained in:
@@ -27,4 +27,11 @@ namespace BlackCore
|
||||
{
|
||||
return token;
|
||||
}
|
||||
* Re-emit signal
|
||||
*/
|
||||
void CContextApplication::signalFromProxy(const QString &signalName)
|
||||
{
|
||||
CContext::reEmitSignalFromProxy(signalName);
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user