aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/tracing/qml/RowLabel.qml
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2021-06-07 02:08:22 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2021-06-08 06:46:28 +0000
commitb730aa640554d3eb245a335bdb1b08bb8c4a2bef (patch)
treefd0aecd5226d51933843499f72f4733ac92a5bdb /src/libs/tracing/qml/RowLabel.qml
parenta3391e7b33a3e7f67e409d065f393333ff726541 (diff)
Tracing/QmlProfiler/Perfprofiler: Merge modules
Move Tracing Qml Types into the "QtCreator.Tracing" module. Move QmlProfiler Qml Types into the "QtCreator.QmlProfiler" module. Move PerfProfiler Qml Types into the "QtCreator.PerfProfiler" module. And tst_flamegraphview ones into QtCreator.TstTracingFlameGraphView. ... in preparation to register the types declaratively. Change-Id: Ic0e3863d09b3426fa5b7419116625ad49b817dcf 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.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/tracing/qml/RowLabel.qml b/src/libs/tracing/qml/RowLabel.qml
index e73d51b2916..5ea85693e59 100644
--- a/src/libs/tracing/qml/RowLabel.qml
+++ b/src/libs/tracing/qml/RowLabel.qml
@@ -25,7 +25,7 @@
import QtQuick 2.0
import QtQuick.Controls 2.2
-import TimelineTheme 1.0
+import QtCreator.Tracing 1.0
Button {
id: button