DBus registered objects need fully-qualified type names in method declarations.

This commit is contained in:
Mathew Sutcliffe
2017-09-24 18:58:40 +01:00
parent b163f2b4fb
commit 91f6652072
4 changed files with 4 additions and 4 deletions

View File

@@ -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();