QDebug: remove QPair streaming docs
QPair _is_ std::pair. If this wasn't a fake-definition under #ifdef Q_QDOC, the compiler would have complained long ago. Pick-to: 6.6 6.5 Change-Id: Idfe589ff13115d3d908572a17b849f634ec86787 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
parent
db991cb4e1
commit
9d54b5c57e
@ -1002,14 +1002,6 @@ QDebug &QDebug::resetFormat()
|
||||
\c T need to support streaming into QDebug.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn template <class T1, class T2> QDebug operator<<(QDebug debug, const QPair<T1, T2> &pair)
|
||||
\relates QDebug
|
||||
|
||||
Writes the contents of \a pair to \a debug. Both \c T1 and
|
||||
\c T2 need to support streaming into QDebug.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn template <class T1, class T2> QDebug operator<<(QDebug debug, const std::pair<T1, T2> &pair)
|
||||
\relates QDebug
|
||||
|
@ -435,9 +435,6 @@ QDebug operator<<(QDebug debug, const QMultiHash<Key, T> &hash);
|
||||
template <typename T>
|
||||
QDebug operator<<(QDebug debug, const QSet<T> &set);
|
||||
|
||||
template <class T1, class T2>
|
||||
QDebug operator<<(QDebug debug, const QPair<T1, T2> &pair);
|
||||
|
||||
template <class T1, class T2>
|
||||
QDebug operator<<(QDebug debug, const std::pair<T1, T2> &pair);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user