aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/tracing/qml/RowLabel.qml
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2022-07-17 13:43:49 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2022-07-18 07:11:06 +0000
commit34213f5717858686cd1936109d01ffa9ec54e0da (patch)
tree6deebd1b91afd46fe0c7eb9544c65521874d11f2 /src/libs/tracing/qml/RowLabel.qml
parent8ad4acdd30fabd3bb170f9136455cbd1b2fd0b97 (diff)
Tracing/QmlProfiler/PerfProfiler/CtfVisualizer: Remove pre Qt 6.2 code
- Remove code for Qt below 6.2 from c++ sources and CMakeLists.txt - Remove Qml code from .qrc files - Qbs: Add qt.core.resource_data Groups for Qml code - Remove OpenGL shader .frag and .vert files - Remove Qml import version numbers Change-Id: I3bd1cd95381e66c98ee3af4259e89b0b1eff0709 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/libs/tracing/qml/RowLabel.qml')
-rw-r--r--src/libs/tracing/qml/RowLabel.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/tracing/qml/RowLabel.qml b/src/libs/tracing/qml/RowLabel.qml
index 5ea85693e5..aa70f43252 100644
--- a/src/libs/tracing/qml/RowLabel.qml
+++ b/src/libs/tracing/qml/RowLabel.qml
@@ -23,9 +23,9 @@
**
****************************************************************************/
-import QtQuick 2.0
-import QtQuick.Controls 2.2
-import QtCreator.Tracing 1.0
+import QtQuick
+import QtQuick.Controls
+import QtCreator.Tracing
Button {
id: button