aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppcodemodelsettings.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2023-08-23 16:53:06 +0200
committerhjk <hjk@qt.io>2023-08-24 05:56:57 +0000
commit6e307be365d3a4fd79b44589bde58d75590b4064 (patch)
treeff68dc3cc9b726185678d1d77fda30ad10a6030b /src/plugins/cppeditor/cppcodemodelsettings.h
parent14d21f4f2cf0926ae9423450d646f5c21bdc3bdd (diff)
Utils: Rename the new Storage to Store
Apparently that's what the young people on the web use for such a thing. Change-Id: I75d5396ff3cb3c26efd6008b5f2261354c4f7896 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Diffstat (limited to 'src/plugins/cppeditor/cppcodemodelsettings.h')
-rw-r--r--src/plugins/cppeditor/cppcodemodelsettings.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/cppeditor/cppcodemodelsettings.h b/src/plugins/cppeditor/cppcodemodelsettings.h
index c35ca85422..f4303146b7 100644
--- a/src/plugins/cppeditor/cppcodemodelsettings.h
+++ b/src/plugins/cppeditor/cppcodemodelsettings.h
@@ -9,7 +9,7 @@
#include <utils/clangutils.h>
#include <utils/filepath.h>
#include <utils/id.h>
-#include <utils/storage.h>
+#include <utils/store.h>
#include <QObject>
#include <QStringList>
@@ -94,8 +94,8 @@ public:
class CPPEDITOR_EXPORT Data
{
public:
- Utils::Storage toMap() const;
- void fromMap(const Utils::Storage &map);
+ Utils::Store toMap() const;
+ void fromMap(const Utils::Store &map);
friend bool operator==(const Data &s1, const Data &s2)
{