diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-07-01 11:52:32 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-07-01 11:52:32 (GMT) |
commit | 89c6b83ee22ceb009c26c826cc4158d179312434 (patch) | |
tree | fdd6e47a9e0f8a83f65465999d0145cf7aba7b60 /src/gui/kernel | |
parent | fdc1359a81b983a3e4f138d11ce44f07cf38099d (diff) | |
parent | 86608d537eabc3cf7e1d1ddd1d0a2f90ccc2de2a (diff) | |
download | Qt-89c6b83ee22ceb009c26c826cc4158d179312434.zip Qt-89c6b83ee22ceb009c26c826cc4158d179312434.tar.gz Qt-89c6b83ee22ceb009c26c826cc4158d179312434.tar.bz2 |
Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt-doc-team
* '4.7' of git://scm.dev.nokia.troll.no/qt/qt-doc-team:
Doc: Clarified the range of return values from QLineF::angle().
Doc: Fixed \since declarations.
Doc: Standardized on QtQuick for \since declarations.
Doc: Removed whitespace.
Modified \since command behavior slightly to handle project and version.
Diffstat (limited to 'src/gui/kernel')
-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 |