summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2013-01-02 15:23:15 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-07 12:05:51 +0100
commit6769e0783ac0fc54aa542232b24166afc082412e (patch)
treeb79aa710a1d50861ff30d1dd1af257c2206506cb /src/corelib
parent2d8910cbeda8e88223fa386e4398f13b455fd7ca (diff)
Fix the \since version for QSharedPointer::create().
It is not relevant that it has been part of the class since Qt 4.6. It has always been internal until now. The release where it became public API (5.1) is what is relevant. Change-Id: Ib740f3ed6df190884a94fb2c11dd74cd7edb7b1a Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/tools/qsharedpointer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qsharedpointer.cpp b/src/corelib/tools/qsharedpointer.cpp
index c9456c44c2..5455904021 100644
--- a/src/corelib/tools/qsharedpointer.cpp
+++ b/src/corelib/tools/qsharedpointer.cpp
@@ -606,7 +606,7 @@
/*!
\fn QSharedPointer<T> QSharedPointer::create()
- \since 4.6
+ \since 5.1
Creates a QSharedPointer object and allocates a new item of type \tt T. The
QSharedPointer internals and the object are allocated in one single memory