diff options
author | hjk <[email protected]> | 2022-06-22 15:43:33 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2022-06-24 14:44:13 +0000 |
commit | 2496ffe3ce80a6b365b8908d34cb442df39c3941 (patch) | |
tree | 861ae626ebe3b932ab3c762316d7da1867067b5d /src/plugins/qmlprofiler/qmlprofilertool.cpp | |
parent | 31db28601be3de19ec039044335d50208a2e6cba (diff) |
Code cosmetics
Mostly unused #include's, also sort them or reduce scope.
A few namespaces, ...
Change-Id: I9ee71e07de7157c9942125672addf87dd41e78f1
Reviewed-by: Qt CI Bot <[email protected]>
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertool.cpp')
-rw-r--r-- | src/plugins/qmlprofiler/qmlprofilertool.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertool.cpp b/src/plugins/qmlprofiler/qmlprofilertool.cpp index c198b60fe88..551cf32e32c 100644 --- a/src/plugins/qmlprofiler/qmlprofilertool.cpp +++ b/src/plugins/qmlprofiler/qmlprofilertool.cpp @@ -31,8 +31,6 @@ #include "qmlprofilerviewmanager.h" #include "qmlprofilerclientmanager.h" #include "qmlprofilermodelmanager.h" -#include "qmlprofilerdetailsrewriter.h" -#include "qmlprofilernotesmodel.h" #include "qmlprofilerrunconfigurationaspect.h" #include "qmlprofilersettings.h" #include "qmlprofilerplugin.h" @@ -59,8 +57,9 @@ #include <projectexplorer/devicesupport/idevice.h> #include <projectexplorer/environmentaspect.h> #include <projectexplorer/kitinformation.h> -#include <projectexplorer/projectexplorer.h> #include <projectexplorer/project.h> +#include <projectexplorer/projectexplorer.h> +#include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/target.h> #include <projectexplorer/session.h> #include <projectexplorer/taskhub.h> |