Re: [Development] Adding CPD support to Qt print dialog

2022-10-17 Thread G G
I have added CPDB support to the print dialog, and opened a pull request here: https://codereview.qt-project.org/c/qt/qtbase/+/437301. It would be great if anyone is able to review it. To build qt with CPDB support, make sure you have CPDB frontend library:

Re: [Development] Duplicated test data tags

2022-10-17 Thread Edward Welbourne via Development
Mitch Curtis (14 October 2022 03:40) replied: >>> QTest::failOnWarning (introduced in 6.3) could also be used by tests >>> to make that warning fail the test: >>> >>> https://doc.qt.io/qt-6/qtest.html#failOnWarning Edward Welbourne (Friday, 14 October 2022 4:56 PM) answered: >> True enough; but