diff options
author | David Boddie <david.boddie@nokia.com> | 2011-06-30 17:16:21 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-06-30 17:16:21 (GMT) |
commit | 358e018dbb4b4dbdbfc702a6d462f113a1357e1e (patch) | |
tree | 7731bb5e33992d7248cb3f1968a120a311de6b8c /src/gui | |
parent | 609dc22f719ecb8d48349fd56f84960bbf46d731 (diff) | |
download | Qt-358e018dbb4b4dbdbfc702a6d462f113a1357e1e.zip Qt-358e018dbb4b4dbdbfc702a6d462f113a1357e1e.tar.gz Qt-358e018dbb4b4dbdbfc702a6d462f113a1357e1e.tar.bz2 |
Doc: Fixed \since declarations.
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 f8e4e57..8635bf2 100644 --- a/src/gui/kernel/qkeysequence.cpp +++ b/src/gui/kernel/qkeysequence.cpp @@ -934,7 +934,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) @@ -1131,7 +1131,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 |