aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/storagesettings.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2024-01-26 18:27:53 +0100
committerhjk <hjk@qt.io>2024-02-01 13:50:53 +0000
commitbc15dcd8fe7bcbee874efcd52a410ba6d6e1079b (patch)
treeb17187b2361e9f580aeec8a149e9ac54937b924e /src/plugins/texteditor/storagesettings.h
parent2a29acdbaf8e5a82deb7a59028da39be12661aab (diff)
TextEditor: Move access to smaller settings chunks
Change-Id: Id827edbd19dde54b66cb4349d9c832bc23110adc Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/texteditor/storagesettings.h')
-rw-r--r--src/plugins/texteditor/storagesettings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/storagesettings.h b/src/plugins/texteditor/storagesettings.h
index efef5cde1a..2a090cd1df 100644
--- a/src/plugins/texteditor/storagesettings.h
+++ b/src/plugins/texteditor/storagesettings.h
@@ -33,6 +33,6 @@ public:
void setupStorageSettings();
void updateGlobalStorageSettings(const StorageSettings &newStorageSettings);
-StorageSettings &globalStorageSettings();
+TEXTEDITOR_EXPORT StorageSettings &globalStorageSettings();
} // namespace TextEditor