From 6e307be365d3a4fd79b44589bde58d75590b4064 Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 23 Aug 2023 16:53:06 +0200 Subject: 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 Reviewed-by: Jarek Kobus Reviewed-by: --- src/plugins/cppeditor/cppcodemodelsettings.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/cppeditor/cppcodemodelsettings.h') 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 #include #include -#include +#include #include #include @@ -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) { -- cgit v1.2.3