diff options
| author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-07-29 15:10:39 (GMT) |
|---|---|---|
| committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-07-29 15:10:39 (GMT) |
| commit | 12e5d8897fbd60def1dd38608c1cd3f0d1d4317b (patch) | |
| tree | e3193ee6947a112818e4a00adb54bc598ed142f5 /examples/declarative/cppextensions/referenceexamples/grouped | |
| parent | 65642dd343bf61510117cd7e13f69e7138247932 (diff) | |
| parent | 5bdb85e3b21bcf624eb1830aa32d027e0c6870fe (diff) | |
| download | Qt-12e5d8897fbd60def1dd38608c1cd3f0d1d4317b.zip Qt-12e5d8897fbd60def1dd38608c1cd3f0d1d4317b.tar.gz Qt-12e5d8897fbd60def1dd38608c1cd3f0d1d4317b.tar.bz2 | |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-11938 and QTBUG-10801
Fix compilation with QT_NO_TEXTCODEC
Fix compilation with QT_NO_XMLSTREAMREADER
Fix compilation - disable TextInput when QT_NO_LINEEDIT is defined
fixes for using freetds
fix epic fail from 4ba6646
Added *_location variables to pkg-config files for rcc, lupdate and lrelease
Diffstat (limited to 'examples/declarative/cppextensions/referenceexamples/grouped')
| -rw-r--r-- | examples/declarative/cppextensions/referenceexamples/grouped/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/cppextensions/referenceexamples/grouped/main.cpp b/examples/declarative/cppextensions/referenceexamples/grouped/main.cpp index f2e0f55..e56a14d 100644 --- a/examples/declarative/cppextensions/referenceexamples/grouped/main.cpp +++ b/examples/declarative/cppextensions/referenceexamples/grouped/main.cpp @@ -78,7 +78,7 @@ int main(int argc, char ** argv) qWarning() << bestShoe->name() << "is wearing the best shoes!"; } else { - qWarning() << "An error occured"; + qWarning() << "An error occurred"; } return 0; |
