mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Ref T167, renaming LocalInDBusServer and verifyModelSet
This commit is contained in:
committed by
Mathew Sutcliffe
parent
988a4791ab
commit
7a87f986e2
@@ -50,7 +50,7 @@ namespace BlackCore
|
||||
//! Using local implementing object?
|
||||
bool isUsingImplementingObject() const
|
||||
{
|
||||
return m_mode == CCoreFacadeConfig::Local || m_mode == CCoreFacadeConfig::LocalInDbusServer;
|
||||
return m_mode == CCoreFacadeConfig::Local || m_mode == CCoreFacadeConfig::LocalInDBusServer;
|
||||
}
|
||||
|
||||
//! Local or remote object?
|
||||
|
||||
Reference in New Issue
Block a user