summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2019-05-21 11:23:08 +0200
committerGitHub <noreply@github.com>2019-05-21 11:23:08 +0200
commit0078fd12d0fb2de4fab6f9726b0c64cf5fa8da00 (patch)
tree4cd3e4b51b3ea43a866aa74c3e11bb9b5f0d30b0 /src/settings.h
parentf966e7db9363230673ce5a85dd1ab53846f73521 (diff)
parent0088ee963b25495e6cce790005dcf1356a73e7b8 (diff)
Merge pull request #726 from isanae/Develop
adds a no-conflict list in the conflicts tab, makes all three lists collapsible
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index ed49a1bc..04a0646e 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -306,6 +306,7 @@ public:
* @return the wrapped QSettings object
*/
QSettings &directInterface() { return m_Settings; }
+ const QSettings &directInterface() const { return m_Settings; }
/**
* @brief retrieve a setting for one of the installed plugins