mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
DBus registered objects need fully-qualified type names in method declarations.
This commit is contained in:
@@ -56,7 +56,7 @@ namespace BlackCore
|
||||
}
|
||||
|
||||
//! \copydoc IContextApplication::getAllLogSubscriptions
|
||||
virtual CLogSubscriptionHash getAllLogSubscriptions() const override
|
||||
virtual BlackCore::Context::CLogSubscriptionHash getAllLogSubscriptions() const override
|
||||
{
|
||||
logEmptyContextWarning(Q_FUNC_INFO);
|
||||
return CLogSubscriptionHash();
|
||||
|
||||
Reference in New Issue
Block a user