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:
parent
c708848d7c
commit
aac2309ade
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue