summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-04-19 18:07:52 +0200
committerMarc Mutz <marc.mutz@kdab.com>2020-05-05 00:32:27 +0000
commit2eee9e6fcf9b70681c5d9202d1509d176e48fc31 (patch)
tree3ccab0ba119f46b5df6958ee2b49b772230769bd
parent3aadbec51652d59d679f95e997da4a5383dec90f (diff)
QKeySequence: remove docs of methods recently removed
Amends dccf28b7c344822b7459635099ebe3abdf5fd107. Change-Id: Ic4eeda8706b58fdff716e8f86a2bf7cc77ec0c7a Reviewed-by: Marc Mutz <marc.mutz@kdab.com> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--src/gui/kernel/qkeysequence.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/gui/kernel/qkeysequence.cpp b/src/gui/kernel/qkeysequence.cpp
index cfc93eacac..2fc551c00b 100644
--- a/src/gui/kernel/qkeysequence.cpp
+++ b/src/gui/kernel/qkeysequence.cpp
@@ -1385,18 +1385,6 @@ QKeySequence::SequenceMatch QKeySequence::matches(const QKeySequence &seq) const
return match;
}
-
-/*! \fn QKeySequence::operator QString() const
-
- \obsolete
-
- Use toString() instead.
-
- Returns the key sequence as a QString. This is equivalent to
- calling toString(QKeySequence::NativeText). Note that the
- result is not platform independent.
-*/
-
/*!
Returns the key sequence as a QVariant
*/
@@ -1405,13 +1393,6 @@ QKeySequence::operator QVariant() const
return QVariant(QMetaType::QKeySequence, this);
}
-/*! \fn QKeySequence::operator int () const
-
- \obsolete
- For backward compatibility: returns the first keycode
- as integer. If the key sequence is empty, 0 is returned.
- */
-
/*!
Returns a reference to the element at position \a index in the key
sequence. This can only be used to read an element.