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:
Klaus Basan
2014-04-08 17:24:45 +02:00
parent 760376d848
commit 60fc8b7074
6 changed files with 95 additions and 5 deletions

View File

@@ -27,4 +27,11 @@ namespace BlackCore
{
return token;
}
* Re-emit signal
*/
void CContextApplication::signalFromProxy(const QString &signalName)
{
CContext::reEmitSignalFromProxy(signalName);
}
} // namespace