Import QtQml instead of QtQuick now that Locale is available there.

97feace2aa made it available.

Change-Id: I4a263a26c1db164f410c49fe0fca776aed53f7e8
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Mitch Curtis 2013-09-20 12:31:30 +02:00 committed by The Qt Project
parent c708848d7c
commit aac2309ade
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@
string using the default locale and a short format, then parsed back again
in the same manner:
\code
import QtQuick 2.0
import QtQml 2.2
QtObject {
property var locale: Qt.locale()