Doc: Fixed \since declarations.
(cherry picked from commit 358e018dbb4b4dbdbfc702a6d462f113a1357e1e) (cherry picked from commit 16355187f69d4431b79b05201b36729c8e5102fe) Change-Id: Idb18570df01c7463e0dc0f78fd05f80372afa64f Reviewed-on: http://codereview.qt-project.org/1983 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com> Reviewed-by: Peter Yard <peter.yard@nokia.com>bb10
parent
94046ab192
commit
bbd02d7086
|
|
@ -932,7 +932,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)
|
||||
|
|
@ -1129,7 +1129,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
|
||||
|
|
|
|||
Loading…
Reference in New Issue