aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/studiowelcome/studiowelcomeplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/studiowelcome/studiowelcomeplugin.cpp')
-rw-r--r--src/plugins/studiowelcome/studiowelcomeplugin.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/studiowelcome/studiowelcomeplugin.cpp b/src/plugins/studiowelcome/studiowelcomeplugin.cpp
index faf17d5f62..a819a88eb1 100644
--- a/src/plugins/studiowelcome/studiowelcomeplugin.cpp
+++ b/src/plugins/studiowelcome/studiowelcomeplugin.cpp
@@ -262,11 +262,11 @@ public:
Q_UNUSED(explicitQmlproject)
Q_UNUSED(tempFile)
Q_UNUSED(completeBaseName)
- const Utils::FilePath projectFile = Core::ICore::resourcePath("examples")
- / example / example + ".qmlproject";
+ const FilePath projectFile = Core::ICore::resourcePath("examples")
+ / example / (example + ".qmlproject");
ProjectExplorer::ProjectExplorerPlugin::openProjectWelcomePage(projectFile);
- const Utils::FilePath qmlFile = Core::ICore::resourcePath("examples")
- / example / formFile;
+ const FilePath qmlFile = Core::ICore::resourcePath("examples")
+ / example / formFile;
Core::EditorManager::openEditor(qmlFile);
}