Issue #15 Classes for sharing the history of log messages

This commit is contained in:
Mat Sutcliffe
2020-04-15 18:18:43 +01:00
parent 151810d6fc
commit 7382564633
7 changed files with 144 additions and 1 deletions

View File

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