aboutsummaryrefslogtreecommitdiff
path: root/src/main.qml
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-08-01 02:36:42 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-08-01 02:36:42 +0200
commit0e8f295868e826b89114b55a0aa360cb30d7494f (patch)
tree64b93cf0c608abc5a7b09e090868b487cd4ef826 /src/main.qml
parentea9c15a88a645887cda6022b9c304eba806ff17d (diff)
downloadRWA.Support.DesktopApp-0e8f295868e826b89114b55a0aa360cb30d7494f.tar.gz
RWA.Support.DesktopApp-0e8f295868e826b89114b55a0aa360cb30d7494f.tar.bz2
RWA.Support.DesktopApp-0e8f295868e826b89114b55a0aa360cb30d7494f.zip
add_server_wizard/add_server_wizard -> add_rwahost_wizard/add_rwahost_wizard
Diffstat (limited to 'src/main.qml')
-rw-r--r--src/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.qml b/src/main.qml
index af41dd1..a622c18 100644
--- a/src/main.qml
+++ b/src/main.qml
@@ -295,7 +295,7 @@ ApplicationWindow {
}
ListItem {
text: " " + qsTr("Add RWA-Server")
- scene_url: "scenes/add_server_wizard/Scene_step_1.qml"
+ scene_url: "scenes/add_rwahost_wizard/Scene_step_1.qml"
onListItemClick: {
header_text.text = qsTr("Server addition wizard")
if (inPortrait) sidebar_drawer.close()