aboutsummaryrefslogtreecommitdiffstats
path: root/apps/com.theqtcompany.i18ndemo/I18NDemo.qml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/com.theqtcompany.i18ndemo/I18NDemo.qml')
-rw-r--r--apps/com.theqtcompany.i18ndemo/I18NDemo.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/com.theqtcompany.i18ndemo/I18NDemo.qml b/apps/com.theqtcompany.i18ndemo/I18NDemo.qml
index 977bee3..e4b9532 100644
--- a/apps/com.theqtcompany.i18ndemo/I18NDemo.qml
+++ b/apps/com.theqtcompany.i18ndemo/I18NDemo.qml
@@ -44,7 +44,7 @@ AppUIScreen {
ComTQCi18nDemo {
id: ctd
onLanguageLocaleChanged: {
- console.log("Locale changed " + languageLocale)
+ console.log(Logging.apps, "Locale changed " + languageLocale)
}
}