summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h7
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();