Mailing List Archive

[MythTV/mythtv] e735ec: Revert "Bump minimum required Qt6 from 6.0 to 6.2."
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: e735ec4cc7a81d9d31951a59fe4c12373e9c1d21
https://github.com/MythTV/mythtv/commit/e735ec4cc7a81d9d31951a59fe4c12373e9c1d21
Author: David Hampton <mythtv@love2code.net>
Date: 2023-06-30 (Fri, 30 Jun 2023)

Changed paths:
M mythtv/configure

Log Message:
-----------
Revert "Bump minimum required Qt6 from 6.0 to 6.2."

This commit was premature. There are three files in the code that use
the deprecated (in 6.1) function QScopedPointer::take. These will
need to be updated. According to the Qt6 documentation, the solution
is to convert from QScopedPointer to std::unique_ptr and use the
release() function.

This reverts commit 711e31ccda69e5a37a3250d0a4933d1aff95ba20.


_______________________________________________
mythtv-commits mailing list
mythtv-commits@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-commits