diff options
author | abcd <amos.choy@nokia.com> | 2011-11-28 14:01:31 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-11-30 02:37:08 +0100 |
commit | b842ee59cfd7163f685dd2daf423f575d2fa74e5 (patch) | |
tree | ec22f49a26f463b115bc316a605f38558d3262b9 /tests/auto/qmlinterface/tst_qmlinterface.cpp | |
parent | aab86d1883085c4759b5eda8e5ea6aee5df398ff (diff) | |
download | qtlocation-b842ee59cfd7163f685dd2daf423f575d2fa74e5.tar.gz |
Rename postcode to postalCode
Change-Id: I14e4aa9b6b8fd54f19a3c49c118c2083f2578be4
Reviewed-by: abcd <amos.choy@nokia.com>
Diffstat (limited to 'tests/auto/qmlinterface/tst_qmlinterface.cpp')
-rw-r--r-- | tests/auto/qmlinterface/tst_qmlinterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmlinterface/tst_qmlinterface.cpp b/tests/auto/qmlinterface/tst_qmlinterface.cpp index 467a485a..afbc7958 100644 --- a/tests/auto/qmlinterface/tst_qmlinterface.cpp +++ b/tests/auto/qmlinterface/tst_qmlinterface.cpp @@ -104,7 +104,7 @@ tst_qmlinterface::tst_qmlinterface() m_address.setCity(QLatin1String("Brisbane")); m_address.setCountry(QLatin1String("Australia")); m_address.setCountryCode(QLatin1String("AU")); - m_address.setPostcode(QLatin1String("4000")); + m_address.setPostalCode(QLatin1String("4000")); m_address.setState(QLatin1String("Queensland")); m_address.setStreet(QLatin1String("123 Fake Street")); |