diff options
author | David Boddie <david.boddie@nokia.com> | 2011-06-30 17:16:21 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-07-01 11:56:27 (GMT) |
commit | 16355187f69d4431b79b05201b36729c8e5102fe (patch) | |
tree | 620cede309dfed320ffea39ff8f71dcce386b568 /src/gui | |
parent | 0db519c9fc585e509dd8138cefcb4762ed3f8b7c (diff) | |
download | Qt-16355187f69d4431b79b05201b36729c8e5102fe.zip Qt-16355187f69d4431b79b05201b36729c8e5102fe.tar.gz Qt-16355187f69d4431b79b05201b36729c8e5102fe.tar.bz2 |
Doc: Fixed \since declarations.
(cherry picked from commit 358e018dbb4b4dbdbfc702a6d462f113a1357e1e)
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/kernel/qkeysequence.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qkeysequence.cpp b/src/gui/kernel/qkeysequence.cpp index 117b72f..5fc72d4 100644 --- a/src/gui/kernel/qkeysequence.cpp +++ b/src/gui/kernel/qkeysequence.cpp @@ -933,7 +933,7 @@ QKeySequence::QKeySequence(const QString &key) } /*! - \since 4.x + \since 4.7 Creates a key sequence from the \a key string based on \a format. */ QKeySequence::QKeySequence(const QString &key, QKeySequence::SequenceFormat format) @@ -1130,7 +1130,7 @@ int QKeySequence::assign(const QString &ks) /*! \fn int QKeySequence::assign(const QString &keys, QKeySequence::SequenceFormat format) - \since 4.x + \since 4.7 Adds the given \a keys to the key sequence (based on \a format). \a keys may contain up to four key codes, provided they are |