mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Ref T413, application context "getApplicationIdentifier" to get remote identifier
This commit is contained in:
@@ -174,6 +174,13 @@ namespace BlackCore
|
||||
return BlackMisc::CIdentifierList();
|
||||
}
|
||||
|
||||
//! \copydoc IContextApplication::getApplicationIdentifier
|
||||
virtual BlackMisc::CIdentifier getApplicationIdentifier() const override
|
||||
{
|
||||
logEmptyContextWarning(Q_FUNC_INFO);
|
||||
return BlackMisc::CIdentifier();
|
||||
}
|
||||
|
||||
//! \copydoc IContextApplication::readFromFile
|
||||
virtual QString readFromFile(const QString &fileName) const override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user