summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qoverload.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/global/qoverload.qdoc')
-rw-r--r--src/corelib/global/qoverload.qdoc10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/corelib/global/qoverload.qdoc b/src/corelib/global/qoverload.qdoc
index 3e1744ea07..f11e266483 100644
--- a/src/corelib/global/qoverload.qdoc
+++ b/src/corelib/global/qoverload.qdoc
@@ -14,16 +14,6 @@
If a member function is also const-overloaded \l qConstOverload and
\l qNonConstOverload need to be used.
- qOverload() requires C++14 enabled. In C++11-only code, the helper
- classes QOverload, QConstOverload, and QNonConstOverload can be used directly:
-
- \snippet code/src_corelib_global_qglobal.cpp 53
-
- \note Qt detects the necessary C++14 compiler support by way of the feature
- test recommendations from
- \l{https://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations}
- {C++ Committee's Standing Document 6}.
-
\sa qConstOverload(), qNonConstOverload(), {Differences between String-Based
and Functor-Based Connections}
*/