mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Ref T312, added check listener function in contexts
This commit is contained in:
@@ -211,6 +211,11 @@ namespace BlackCore
|
||||
m_dBusInterface->callDBus(QLatin1String("stopSimulatorPlugin"), simulatorInfo);
|
||||
}
|
||||
|
||||
int CContextSimulatorProxy::checkListeners()
|
||||
{
|
||||
return m_dBusInterface->callDBusRet<int>(QLatin1String("checkListeners"));
|
||||
}
|
||||
|
||||
CPixmap CContextSimulatorProxy::iconForModel(const QString &modelString) const
|
||||
{
|
||||
return m_dBusInterface->callDBusRet<CPixmap>(QLatin1String("iconForModel"), modelString);
|
||||
|
||||
Reference in New Issue
Block a user