summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-11-22 11:44:40 (GMT)
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-11-22 11:44:40 (GMT)
commit2f4d684267f23992e656d183bde6f8c6773e5a6d (patch)
tree51453eed007c812ccf591d8ee7521ed733ffeda0
parentc64553058b65411b55455dd41167d822cd5b6e27 (diff)
downloadQt-2f4d684267f23992e656d183bde6f8c6773e5a6d.zip
Qt-2f4d684267f23992e656d183bde6f8c6773e5a6d.tar.gz
Qt-2f4d684267f23992e656d183bde6f8c6773e5a6d.tar.bz2
Add C++11 support and QThreadLocalStorage changes to docs.
The C++11 support was not documented in the "What's new" page. Reviewed-By: Frederik Gladhorn
-rw-r--r--doc/src/qt4-intro.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/qt4-intro.qdoc b/doc/src/qt4-intro.qdoc
index 01103a8..ce1726d 100644
--- a/doc/src/qt4-intro.qdoc
+++ b/doc/src/qt4-intro.qdoc
@@ -558,7 +558,14 @@
Qt 4.8 introduces changes to the Qt API.
\list
+ \o C++11 support:
+ Qt supports some of the features of the C++11 standard. QList, QVector and
+ QStringList can be initialized with initializer lists. Most of the tool
+ classes have a move operator. It is possible to use lambda functions in some
+ of the QtConcurrent functions.
+
\o Localization API
+
Changes to the Localization APIs include improvements to \l QLocale and more
support for different language code formats.
@@ -579,6 +586,7 @@
\endlist
\o IP Multicast API
\o Multithreaded HTTP
+ \o QThreadLocalStorage can now store simple objects in addition to pointers
\endlist
\section1 New Classes, Functions, Macros, etc.