Fix QDebug operator<< for QMultiMap when Q_CLANG_QDOC is defined

This amends commit 8a8bf1b84e.

Pick-to: 6.2
Change-Id: If863d33d055e0a743606d11859b11c112de105f1
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
bb10
Joerg Bornemann 2021-10-27 11:50:40 +02:00
parent 2c3cfa0ae7
commit 51cc8a7267
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ template <class Key, class T>
QDebug operator<<(QDebug debug, const QMap<Key, T> &map);
template <class Key, class T>
QDebug operator<<(QDebug debug, const QMultiMap(<Key, T> &map);
QDebug operator<<(QDebug debug, const QMultiMap<Key, T> &map);
template <class Key, class T>
QDebug operator<<(QDebug debug, const QHash<Key, T> &hash);