aboutsummaryrefslogtreecommitdiffstats
path: root/apps/com.theqtcompany.i18ndemo/Languages.qml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/com.theqtcompany.i18ndemo/Languages.qml')
-rw-r--r--apps/com.theqtcompany.i18ndemo/Languages.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/com.theqtcompany.i18ndemo/Languages.qml b/apps/com.theqtcompany.i18ndemo/Languages.qml
index 1f9b4ff..19f0407 100644
--- a/apps/com.theqtcompany.i18ndemo/Languages.qml
+++ b/apps/com.theqtcompany.i18ndemo/Languages.qml
@@ -119,7 +119,7 @@ UIPage {
onClicked: langSelectView.currentIndex = index
}
onCurrentIndexChanged: {
- console.log("Index changed " + currentIndex)
+ console.log(Logging.apps, "Index changed " + currentIndex)
ctd.languageLocale = langList.get(currentIndex)?langList.get(currentIndex).language:""
VirtualKeyboardSettings.locale = ctd.languageLocale
}
@@ -274,6 +274,6 @@ UIPage {
}
}
Component.onCompleted: {
- console.log("RowLayout completed " + ctd.languageLocale)
+ console.log(Logging.apps, "RowLayout completed " + ctd.languageLocale)
}
}