Fix warning: QString(const char*) is deprecated
authorKent Hansen <kent.hansen@nokia.com>
Wed, 28 Sep 2011 11:38:41 +0000 (13:38 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 29 Sep 2011 12:59:15 +0000 (14:59 +0200)
commit15a52c1a5f9cf166305c264abc01e35bad918d84
treef0da6faa51226cc20b79be53370939482dce57f1
parent6d953f99a74f42809d0759a8a7f76f18334dc584
Fix warning: QString(const char*) is deprecated

Use fromUtf8() like the other functions in this class do.

Change-Id: If25c8e8dc2562f68774002bfd11719227cbb4713
Reviewed-on: http://codereview.qt-project.org/5715
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
src/declarative/util/qdeclarativepropertymap.cpp