diff --git a/src/corelib/io/qdebug.h b/src/corelib/io/qdebug.h index 2b6522daa16..bfcdf42f0dc 100644 --- a/src/corelib/io/qdebug.h +++ b/src/corelib/io/qdebug.h @@ -361,7 +361,7 @@ template QDebug operator<<(QDebug debug, const QMap &map); template -QDebug operator<<(QDebug debug, const QMultiMap( &map); +QDebug operator<<(QDebug debug, const QMultiMap &map); template QDebug operator<<(QDebug debug, const QHash &hash);