commit f52177fff8b6a60e851ac1d4803519254cb12f21 Author: Kornel Benko <kor...@lyx.org> Date: Tue Apr 1 10:42:52 2025 +0200
Restore checking of QT constants This essentially reverts commit e7dd6b67 --- 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 73e0e6670e..c3aac50717 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]+\:\:){3}/) { + if ($l =~ /\bQ([a-zA-Z]+\:\:){2}/) { print "$ui:$lineno $l"; $no_founds += 1; } -- lyx-cvs mailing list lyx-cvs@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-cvs