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
parent
2c3cfa0ae7
commit
51cc8a7267
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue