Fix #1131 - Global (Grabber) setting are not correctly read by non-default instances (#1186)

This commit is contained in:
LordGrey
2021-02-11 19:45:22 +01:00
committed by GitHub
parent ac88fdd80f
commit 77262adf3b
2 changed files with 12 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ public:
/// @brief get the full settings object of this instance (with global settings)
/// @return The requested json
///
const QJsonObject & getSettings() const { return _qconfig; }
QJsonObject getSettings() const;
signals:
///