1
0

qml: consistency camelcase pyqtProperties

This commit is contained in:
Sander van Grieken
2023-04-25 14:15:13 +02:00
parent e26d49f11e
commit a23457f48d
14 changed files with 31 additions and 31 deletions

View File

@@ -62,7 +62,7 @@ Pane {
Label {
Layout.fillWidth: true
text: channeldetails.short_cid
text: channeldetails.shortCid
}
Label {
@@ -254,7 +254,7 @@ Pane {
text: qsTr('Backup')
onClicked: {
var dialog = app.genericShareDialog.createObject(root, {
title: qsTr('Channel Backup for %1').arg(channeldetails.short_cid),
title: qsTr('Channel Backup for %1').arg(channeldetails.shortCid),
text_qr: channeldetails.channelBackup(),
text_help: channeldetails.channelBackupHelpText(),
iconSource: Qt.resolvedUrl('../../icons/file.png')