mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
Ref T723 [xswiftbus] Expose configuration for render phase debug messages
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user