From 153279e686cfdc9c71adec98882514e8dda8dab2 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Thu, 9 Feb 2023 18:56:43 +0100 Subject: [PATCH] StudioWelcome: Change default path to examples As discussed we store examples in: QtDesignStudio/examples. We already habe an option and UI to change the folder. Change-Id: Ib8a313e94f6782ead75fcca958d7aa32a99bb8ea Reviewed-by: Thomas Hartmann --- src/plugins/studiowelcome/studiowelcomeplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/studiowelcome/studiowelcomeplugin.cpp b/src/plugins/studiowelcome/studiowelcomeplugin.cpp index 5e6a2860b07..04b44374dc6 100644 --- a/src/plugins/studiowelcome/studiowelcomeplugin.cpp +++ b/src/plugins/studiowelcome/studiowelcomeplugin.cpp @@ -620,7 +620,7 @@ Utils::FilePath StudioWelcomePlugin::defaultExamplesPath() : QStandardPaths::DocumentsLocation; return Utils::FilePath::fromString(QStandardPaths::writableLocation(location)) - .pathAppended("QtDesignStudio"); + .pathAppended("QtDesignStudio/examples"); } QString StudioWelcomePlugin::examplesPathSetting()