aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/storagesettings.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2023-09-11 16:53:52 +0200
committerhjk <hjk@qt.io>2023-09-12 06:54:16 +0000
commit2494ba4bf835f8b0333293813d7683609849cfbc (patch)
treea6cd948aa0eac05e74e8b2ade42d0eedb6f7adb4 /src/plugins/texteditor/storagesettings.h
parentd6dba7dc9f05d91697d103fc3520e4b8037d20d6 (diff)
TextEditor: Access some settings more directly
Change-Id: Idc65001efde36de011db3ca528af761d2b8344e8 Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
Diffstat (limited to 'src/plugins/texteditor/storagesettings.h')
-rw-r--r--src/plugins/texteditor/storagesettings.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/texteditor/storagesettings.h b/src/plugins/texteditor/storagesettings.h
index bf3ac1ba32..757ad246a2 100644
--- a/src/plugins/texteditor/storagesettings.h
+++ b/src/plugins/texteditor/storagesettings.h
@@ -14,9 +14,6 @@ class TEXTEDITOR_EXPORT StorageSettings
public:
StorageSettings();
- void toSettings(const Utils::Key &category) const;
- void fromSettings(const Utils::Key &category);
-
Utils::Store toMap() const;
void fromMap(const Utils::Store &map);