diff --git a/test/cfg/qt.cpp b/test/cfg/qt.cpp index ce68cbf5e5f..7059a75d78b 100644 --- a/test/cfg/qt.cpp +++ b/test/cfg/qt.cpp @@ -326,7 +326,7 @@ QList::iterator QList3() void QList4() // #13001 { QList ql; - ql.append(QList>()); + ql.append(QList()); if (ql.isEmpty()) {} }