diff options
| author | hjk <hjk@qt.io> | 2023-08-23 16:53:06 +0200 |
|---|---|---|
| committer | hjk <hjk@qt.io> | 2023-08-24 05:56:57 +0000 |
| commit | 6e307be365d3a4fd79b44589bde58d75590b4064 (patch) | |
| tree | ff68dc3cc9b726185678d1d77fda30ad10a6030b /src/plugins/python/pythonproject.cpp | |
| parent | 14d21f4f2cf0926ae9423450d646f5c21bdc3bdd (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/python/pythonproject.cpp')
| -rw-r--r-- | src/plugins/python/pythonproject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/python/pythonproject.cpp b/src/plugins/python/pythonproject.cpp index b0610b85806..96549ba9d9a 100644 --- a/src/plugins/python/pythonproject.cpp +++ b/src/plugins/python/pythonproject.cpp @@ -419,7 +419,7 @@ QList<PythonBuildSystem::FileEntry> PythonBuildSystem::processEntries( return processed; } -Project::RestoreResult PythonProject::fromMap(const Storage &map, QString *errorMessage) +Project::RestoreResult PythonProject::fromMap(const Store &map, QString *errorMessage) { Project::RestoreResult res = Project::fromMap(map, errorMessage); if (res == RestoreResult::Ok) { |
