diff --git a/src/plugins/qmlprofiler/qml/CategoryLabel.qml b/src/plugins/qmlprofiler/qml/CategoryLabel.qml index e8d4d7a45c6..a84cddca5e2 100644 --- a/src/plugins/qmlprofiler/qml/CategoryLabel.qml +++ b/src/plugins/qmlprofiler/qml/CategoryLabel.qml @@ -76,7 +76,7 @@ Item { Connections { target: qmlProfilerModelProxy - onExpandedChanged: updateDescriptions(); + onExpandedChanged: updateDescriptions() onStateChanged: updateDescriptions() onRowHeightChanged: updateDescriptions() }