commit e7dd6b67be3ee21686ede229c313af930b780696 Author: Kornel Benko <kor...@lyx.org> Date: Sat Mar 15 10:18:22 2025 +0100
Cmake tests: Constats signature changed for instance 'QAbstractItemView::NoEditTriggers' became now QAbstractItemView::EditTrigger::NoEditTriggers therefore do not mark these as errors --- development/autotests/checkQtConstants.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/autotests/checkQtConstants.pl b/development/autotests/checkQtConstants.pl index 95eca214c9..73e0e6670e 100644 --- a/development/autotests/checkQtConstants.pl +++ b/development/autotests/checkQtConstants.pl @@ -33,7 +33,7 @@ sub checkConstants($) { my $lineno = 0; while (my $l = <$FI>) { $lineno += 1; - if ($l =~ /\bQ[a-zA-Z]+\:\:[a-zA-Z]+\:\:/) { + if ($l =~ /\bQ([a-zA-Z]+\:\:){3}/) { print "$ui:$lineno $l"; $no_founds += 1; } -- lyx-cvs mailing list lyx-cvs@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-cvs