Use the new property

This commit is contained in:
David Rowe 2019-12-07 08:29:21 +13:00
parent 078c30b696
commit dd64ecbdf2
2 changed files with 2 additions and 2 deletions

View file

@ -201,7 +201,7 @@ Item {
} }
StatText { StatText {
visible: root.expanded; visible: root.expanded;
text: "Audio In Audio: " + root.audioAudioInboundPPS + " pps, " + text: "Audio In Audio: " + root.audioInboundPPS + " pps, " +
"Silent: " + root.audioSilentInboundPPS + " pps"; "Silent: " + root.audioSilentInboundPPS + " pps";
} }
StatText { StatText {

View file

@ -238,7 +238,7 @@ Item {
} }
StatText { StatText {
visible: root.expanded; visible: root.expanded;
text: "Audio In Audio: " + root.audioAudioInboundPPS + " pps, " + text: "Audio In Audio: " + root.audioInboundPPS + " pps, " +
"Silent: " + root.audioSilentInboundPPS + " pps"; "Silent: " + root.audioSilentInboundPPS + " pps";
} }
StatText { StatText {