diff options
| -rw-r--r-- | src/plugins/qmlprofiler/qml/Label.qml (renamed from src/plugins/qmlprofiler/qml/CategoryLabel.qml) | 0 | ||||
| -rw-r--r-- | src/plugins/qmlprofiler/qml/MainView.qml | 2 | ||||
| -rw-r--r-- | src/plugins/qmlprofiler/qml/qmlprofiler.qrc | 2 | ||||
| -rw-r--r-- | src/plugins/qmlprofiler/qmlprofiler.pro | 2 | ||||
| -rw-r--r-- | src/plugins/qmlprofiler/qmlprofiler.qbs | 2 |
5 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/qmlprofiler/qml/CategoryLabel.qml b/src/plugins/qmlprofiler/qml/Label.qml index f8cc12d859..f8cc12d859 100644 --- a/src/plugins/qmlprofiler/qml/CategoryLabel.qml +++ b/src/plugins/qmlprofiler/qml/Label.qml diff --git a/src/plugins/qmlprofiler/qml/MainView.qml b/src/plugins/qmlprofiler/qml/MainView.qml index f06e88af94..82a77d6bcc 100644 --- a/src/plugins/qmlprofiler/qml/MainView.qml +++ b/src/plugins/qmlprofiler/qml/MainView.qml @@ -533,7 +533,7 @@ Rectangle { id: col Repeater { model: labels.rowCount - delegate: CategoryLabel { } + delegate: Label { } } } } diff --git a/src/plugins/qmlprofiler/qml/qmlprofiler.qrc b/src/plugins/qmlprofiler/qml/qmlprofiler.qrc index 1e45c14065..ab3f8598da 100644 --- a/src/plugins/qmlprofiler/qml/qmlprofiler.qrc +++ b/src/plugins/qmlprofiler/qml/qmlprofiler.qrc @@ -1,7 +1,7 @@ <RCC> <qresource prefix="/qmlprofiler"> <file>Detail.qml</file> - <file>CategoryLabel.qml</file> + <file>Label.qml</file> <file>MainView.qml</file> <file>RangeDetails.qml</file> <file>RangeMover.qml</file> diff --git a/src/plugins/qmlprofiler/qmlprofiler.pro b/src/plugins/qmlprofiler/qmlprofiler.pro index 8be8423533..f5b68699d5 100644 --- a/src/plugins/qmlprofiler/qmlprofiler.pro +++ b/src/plugins/qmlprofiler/qmlprofiler.pro @@ -69,7 +69,7 @@ RESOURCES += \ OTHER_FILES += \ qml/Detail.qml \ - qml/CategoryLabel.qml \ + qml/Label.qml \ qml/MainView.qml \ qml/RangeDetails.qml \ qml/RangeMover.qml \ diff --git a/src/plugins/qmlprofiler/qmlprofiler.qbs b/src/plugins/qmlprofiler/qmlprofiler.qbs index 507ce1093e..ab92e9d590 100644 --- a/src/plugins/qmlprofiler/qmlprofiler.qbs +++ b/src/plugins/qmlprofiler/qmlprofiler.qbs @@ -71,7 +71,7 @@ QtcPlugin { prefix: "qml/" files: [ "Detail.qml", - "CategoryLabel.qml", + "Label.qml", "MainView.qml", "Overview.js", "Overview.qml", |
