mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
Issue #15 Classes for sharing the history of log messages
This commit is contained in:
@@ -73,6 +73,9 @@ namespace BlackCore
|
||||
//! Local settings?
|
||||
bool hasLocalSettings() const { return m_settings == Local || m_settings == LocalInDBusServer; }
|
||||
|
||||
//! Local core?
|
||||
bool hasLocalCore() const { return m_application == Local || m_application == LocalInDBusServer; }
|
||||
|
||||
//! Requires server (at least one in server)?
|
||||
bool requiresDBusSever() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user