aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-02-12 13:46:52 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-02-12 14:04:18 +0000
commit399e0157350f9f4dc64a377fdbf4a108a4d8b9a4 (patch)
tree8fde41e162d83a8cb3d383338f817e970867a573 /doc
parentb679f075b1a86e9e470059254428aede43b393b1 (diff)
Add support for C++14 as language version.
Change-Id: Ic921c0caf8a6f74c0f1a6e0680afc3253dc75ffb Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/cpp-module.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/modules/cpp-module.qdoc b/doc/reference/modules/cpp-module.qdoc
index ac64e0013..00ff07a7a 100644
--- a/doc/reference/modules/cpp-module.qdoc
+++ b/doc/reference/modules/cpp-module.qdoc
@@ -345,7 +345,7 @@
\table
\row \li \b{Type:} \li \c{string}
\row \li \b{Default:} \li undefined
- \row \li \b{Allowed Values:} \li \c{"c++98"}, \c{"c++11"}
+ \row \li \b{Allowed Values:} \li \c{"c++98"}, \c{"c++11"}, \c{"c++14"}
\endtable
The version of the C++ standard with which the code must comply. If this property is set,