From 57bef2ab8da5354cc65c3ad0e2cd86d75e1e8b94 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Mon, 2 Sep 2019 09:38:21 -0400 Subject: removed directinterface --- src/settings.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index 09141274..ae29d788 100644 --- a/src/settings.h +++ b/src/settings.h @@ -449,13 +449,6 @@ public: **/ uint getMotDHash() const; - /** - * @brief allows direct access to the wrapped QSettings object - * @return the wrapped QSettings object - */ - QSettings &directInterface() { return m_Settings; } - const QSettings &directInterface() const { return m_Settings; } - /** * @return short code of the configured language (corresponding to the translation files) */ -- cgit v1.3.1