From 92d99ca182f702afb40865e25dd773890e44bc2d Mon Sep 17 00:00:00 2001 From: Debao Zhang Date: Wed, 6 Mar 2013 16:57:44 +0800 Subject: [PATCH] Fix MSVC warning C4819 under Chinese locale warning C4819: The file contains a character that cannot be represented in the current code page (936) Change-Id: I53dc345e03b0ec6f951bd2763bc1bab4aef63d04 Reviewed-by: Laszlo Papp Reviewed-by: Friedemann Kleint Reviewed-by: Joerg Bornemann --- src/quick/items/qquickitem.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/quick/items/qquickitem.cpp b/src/quick/items/qquickitem.cpp index 8f68f6f..62bc70b 100644 --- a/src/quick/items/qquickitem.cpp +++ b/src/quick/items/qquickitem.cpp @@ -3998,8 +3998,8 @@ void QQuickItemPrivate::setState(const QString &state) This property holds the name of the current state of the item. - If the item is in its default state — that is, no explicit state has been - set — then this property holds an empty string. Likewise, you can return + If the item is in its default state, that is, no explicit state has been + set, then this property holds an empty string. Likewise, you can return an item to its default state by setting this property to an empty string. \sa {Qt Quick States} @@ -4009,8 +4009,8 @@ void QQuickItemPrivate::setState(const QString &state) This property holds the name of the current state of the item. - If the item is in its default state — that is, no explicit state has been - set — then this property holds an empty string. Likewise, you can return + If the item is in its default state, that is, no explicit state has been + set, then this property holds an empty string. Likewise, you can return an item to its default state by setting this property to an empty string. \sa {Qt Quick States} -- 2.7.4