diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-02 09:38:21 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-02 09:38:21 -0400 |
| commit | 57bef2ab8da5354cc65c3ad0e2cd86d75e1e8b94 (patch) | |
| tree | 7fd7369aa2e7bcd6d4f321e7b176d6abd4901f99 /src/settings.h | |
| parent | ca2a7da3f6534515160d5fbf92f72d6ff2bce3e8 (diff) | |
removed directinterface
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/settings.h b/src/settings.h index 09141274..ae29d788 100644 --- a/src/settings.h +++ b/src/settings.h @@ -450,13 +450,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) */ QString language(); |
