aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/studiowelcome/studiowelcomeplugin.cpp
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2023-03-21 15:36:14 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2023-03-21 14:39:24 +0000
commitc738305989015f9606e3d00914c0c1cec008ee38 (patch)
treee532e47849b8c07b818a734d777704d91186cc28 /src/plugins/studiowelcome/studiowelcomeplugin.cpp
parent98be6d289f4c3869df300bb93cf8e4a00e0479c5 (diff)
QmlDesigner: Fix compilation error
There was an unused parameter. Change-Id: I50e727a2c7152d730660f63a9f2aa43718ae1e4a Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'src/plugins/studiowelcome/studiowelcomeplugin.cpp')
-rw-r--r--src/plugins/studiowelcome/studiowelcomeplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/studiowelcome/studiowelcomeplugin.cpp b/src/plugins/studiowelcome/studiowelcomeplugin.cpp
index 7be9f868fe..daf25640ea 100644
--- a/src/plugins/studiowelcome/studiowelcomeplugin.cpp
+++ b/src/plugins/studiowelcome/studiowelcomeplugin.cpp
@@ -23,7 +23,7 @@
#include <projectexplorer/kitinformation.h>
#include <projectexplorer/kitmanager.h>
#include <projectexplorer/projectexplorer.h>
-#include <projectexplorer/projectexplorerconstants.h>.h>
+#include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/projectmanager.h>
#include <qmlprojectmanager/projectfilecontenttools.h>