From 856119c5a43b4781b051b93a0713c152cfd99f85 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 15 Apr 2022 13:27:34 +0200 Subject: Make it run with Qt6 This is a huge commit. Changes: * Obviously, make it compile * Make it run (only scarcely tested) * get rid of most of clang's warnings Let's see what surprises are in store... --- mappingtreeproxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mappingtreeproxy.h') diff --git a/mappingtreeproxy.h b/mappingtreeproxy.h index 158cde9..0ee6f40 100644 --- a/mappingtreeproxy.h +++ b/mappingtreeproxy.h @@ -22,7 +22,7 @@ class MappingTreeProxy : public QSortFilterProxyModel { virtual bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const; private: - QRegExp mFilter; + QRegularExpression mFilter; }; #endif // MAPPINGTREEPROXY_H -- cgit v1.2.3-70-g09d2