summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-06-12 12:08:38 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-06-12 16:07:41 (GMT)
commitdfc817ecec1d79fda76a049988917be139217617 (patch)
treedf323043640e39c48bbe48fe2187c39bdf2a3478
parent22fc2f7a832d8dc19c23b92710f520149e439971 (diff)
downloadQt-dfc817ecec1d79fda76a049988917be139217617.zip
Qt-dfc817ecec1d79fda76a049988917be139217617.tar.gz
Qt-dfc817ecec1d79fda76a049988917be139217617.tar.bz2
Removed \since 4.6 tag, mentioned that only the enum value is since 4.6
-rw-r--r--doc/src/qnamespace.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qnamespace.qdoc b/doc/src/qnamespace.qdoc
index 7772958..684f686 100644
--- a/doc/src/qnamespace.qdoc
+++ b/doc/src/qnamespace.qdoc
@@ -531,7 +531,7 @@
\value UniqueConnection Same as AutoConnection, but there will be a check that the signal is
not already connected to the same slot before connecting, otherwise,
the connection will fail.
- \since 4.6
+ This value was introduced in Qt 4.6.
With queued connections, the parameters must be of types that are known to
Qt's meta-object system, because Qt needs to copy the arguments to store them