Ref T723 [xswiftbus] Expose configuration for render phase debug messages

This commit is contained in:
Mat Sutcliffe
2019-12-27 20:50:55 +00:00
parent 95d273442c
commit 8d204cded1
9 changed files with 53 additions and 0 deletions

View File

@@ -62,6 +62,9 @@ namespace XSwiftBus
//! Should stop
bool shouldStop() const { return m_shouldStop; }
//! \copydoc XSwiftBus::CSettingsProvider::getConfig
virtual const CConfig &getConfig() const override { return m_pluginConfig; }
private:
CConfig m_pluginConfig;
CDBusDispatcher m_dbusDispatcher;