aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilertool.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <[email protected]>2024-11-19 17:57:19 +0100
committerChristian Kandeler <[email protected]>2024-11-20 09:11:17 +0000
commit4665f0ec343cb2aca6737cc222f5957fbad6eedf (patch)
tree94669cf015aab7dade31ce9e429c82f3526baae3 /src/plugins/qmlprofiler/qmlprofilertool.cpp
parentceeeba5667948920fe62c06579ea9c670c55f1fe (diff)
ProjectExplorer: Dissolve kitaspects.{h,cpp}
Move the remaining classes into their own files. Change-Id: I301e72004c21446fa9b8f15942bb042218b0ecef Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertool.cpp')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilertool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertool.cpp b/src/plugins/qmlprofiler/qmlprofilertool.cpp
index da6bc556d7a..e7834d1209e 100644
--- a/src/plugins/qmlprofiler/qmlprofilertool.cpp
+++ b/src/plugins/qmlprofiler/qmlprofilertool.cpp
@@ -33,9 +33,9 @@
#include <debugger/debuggericons.h>
#include <debugger/debuggermainwindow.h>
+#include <projectexplorer/devicesupport/devicekitaspects.h>
#include <projectexplorer/devicesupport/idevice.h>
#include <projectexplorer/environmentaspect.h>
-#include <projectexplorer/kitaspects.h>
#include <projectexplorer/project.h>
#include <projectexplorer/projectexplorer.h>
#include <projectexplorer/projectexplorerconstants.h>