diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-06-12 12:08:38 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-06-12 16:07:41 (GMT) |
commit | dfc817ecec1d79fda76a049988917be139217617 (patch) | |
tree | df323043640e39c48bbe48fe2187c39bdf2a3478 /doc | |
parent | 22fc2f7a832d8dc19c23b92710f520149e439971 (diff) | |
download | Qt-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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/qnamespace.qdoc | 2 |
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 |