QmlProfiler: Rename Label to CategoryLabel

This is to avoid confusion with generic Label
Quick component.

Change-Id: I6a72266c394862706215b6db40bcd3592f9d24b3
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Aurindam Jana
2013-09-03 12:59:50 +02:00
parent 92008f4b6a
commit e96e84b6c3
5 changed files with 4 additions and 4 deletions

View File

@@ -533,7 +533,7 @@ Rectangle {
id: col
Repeater {
model: labels.rowCount
delegate: Label { }
delegate: CategoryLabel { }
}
}
}

View File

@@ -1,7 +1,7 @@
<RCC>
<qresource prefix="/qmlprofiler">
<file>Detail.qml</file>
<file>Label.qml</file>
<file>CategoryLabel.qml</file>
<file>MainView.qml</file>
<file>RangeDetails.qml</file>
<file>RangeMover.qml</file>

View File

@@ -69,7 +69,7 @@ RESOURCES += \
OTHER_FILES += \
qml/Detail.qml \
qml/Label.qml \
qml/CategoryLabel.qml \
qml/MainView.qml \
qml/RangeDetails.qml \
qml/RangeMover.qml \

View File

@@ -71,7 +71,7 @@ QtcPlugin {
prefix: "qml/"
files: [
"Detail.qml",
"Label.qml",
"CategoryLabel.qml",
"MainView.qml",
"Overview.js",
"Overview.qml",