From 626b04276dcdb9fb5084d3d5bf980b1097bee394 Mon Sep 17 00:00:00 2001 From: chrchr-github <78114321+chrchr-github@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:06:35 +0200 Subject: [PATCH] Update qt.cpp --- test/cfg/qt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {} }