From 2eee9e6fcf9b70681c5d9202d1509d176e48fc31 Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Sun, 19 Apr 2020 18:07:52 +0200 Subject: QKeySequence: remove docs of methods recently removed Amends dccf28b7c344822b7459635099ebe3abdf5fd107. Change-Id: Ic4eeda8706b58fdff716e8f86a2bf7cc77ec0c7a Reviewed-by: Marc Mutz Reviewed-by: Volker Hilsheimer --- src/gui/kernel/qkeysequence.cpp | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/gui/kernel/qkeysequence.cpp') diff --git a/src/gui/kernel/qkeysequence.cpp b/src/gui/kernel/qkeysequence.cpp index cfc93eacac2..2fc551c00b9 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. -- cgit v1.2.3