mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Ref T413, application context "getApplicationIdentifier" to get remote identifier
This commit is contained in:
@@ -184,6 +184,11 @@ namespace BlackCore
|
||||
return m_dBusInterface->callDBusRet<BlackMisc::CIdentifierList>(QLatin1String("getRegisteredApplications"));
|
||||
}
|
||||
|
||||
CIdentifier CContextApplicationProxy::getApplicationIdentifier() const
|
||||
{
|
||||
return m_dBusInterface->callDBusRet<BlackMisc::CIdentifier>(QLatin1String("getApplicationIdentifier"));
|
||||
}
|
||||
|
||||
bool CContextApplicationProxy::writeToFile(const QString &fileName, const QString &content)
|
||||
{
|
||||
if (fileName.isEmpty()) { return false; }
|
||||
|
||||
Reference in New Issue
Block a user