mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
Update WWW and LICENSE (GPLv3+) according to upstream. Switch build to Qt6 as upstream has dropped support of Qt5. Pet portclippy(1). PR: 277040 Approved by: Chris Mangin <cmangin@arobas.net> (maintainer)
11 lines
364 B
C
11 lines
364 B
C
--- source/qm_itemlist.h.orig 2024-01-30 12:25:50 UTC
|
|
+++ source/qm_itemlist.h
|
|
@@ -49,7 +49,7 @@ class qm_listItemInfo (public)
|
|
QString sorter;
|
|
|
|
// Override the < operator for alist.sort();
|
|
- bool operator < (const qm_listItemInfo& litem)
|
|
+ bool operator < (const qm_listItemInfo& litem) const
|
|
{
|
|
return sorter < litem.sorter;
|
|
}
|