From c4b2be45d29a247422e60bb8fdf1664c10384eee Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Mon, 6 Dec 2021 03:51:08 -0600 Subject: First pass for Qt6 compatibility --- src/qtgroupingproxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qtgroupingproxy.h') diff --git a/src/qtgroupingproxy.h b/src/qtgroupingproxy.h index c4459297..c6116d8a 100644 --- a/src/qtgroupingproxy.h +++ b/src/qtgroupingproxy.h @@ -115,7 +115,7 @@ protected: * reordered when rows are inserted or removed. * TODO:use some auto-incrementing container class (steveire's?) for the list */ - QHash > m_groupHash; + QMap > m_groupMap; /** The data cache of the groups. * This can be pre-loaded with data in belongsTo() */ -- cgit v1.3.1