|
|
@ -92,14 +92,14 @@ ApplicationWindow { |
|
|
|
|
|
|
|
Connections { |
|
|
|
target: projectModel.stateListModel |
|
|
|
onDefaultStateChanged: |
|
|
|
{ |
|
|
|
debugRunAction.text = qsTr("Deploy") + " \"" + projectModel.stateListModel.defaultStateName() + "\""; |
|
|
|
} |
|
|
|
onStateListModelReady: |
|
|
|
|
|
|
|
function updateRunLabel() |
|
|
|
{ |
|
|
|
debugRunAction.text = qsTr("Deploy") + " \"" + projectModel.stateListModel.defaultStateName() + "\""; |
|
|
|
} |
|
|
|
|
|
|
|
onDefaultStateChanged: updateRunLabel() |
|
|
|
onStateListModelReady: updateRunLabel() |
|
|
|
} |
|
|
|
|
|
|
|
Action { |
|
|
|