Opened 14 years ago
Closed 14 years ago
Last modified 14 years ago
#11243 closed Patch - Feature (fixed)
QT5 patch for QMetaMethod::construct to QMetaMethod::create changes
| Reported by: | Owned by: | dblain | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.27 |
| Component: | MythTV - UPnP | Version: | Master Head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
QT5 is in beta, and bleeding edge distros are likely to provide it as an alternative in their next cycle or two, although I would not expect it to be the default for quite some time. Regardless, one of the changes in QT5 is changing the QMetaMethod::construct to QMetaMethod::create. This patch changes the usage in the libs/libmythupnp usage, and as it is surrounded by a version check should be safe for any supported QT version, and prepares MythTV for the inevitable QT5 default on some distro at some future date (probably a few years from now).
Attachments (1)
Change History (3)
by , 14 years ago
| Attachment: | 0002-qt5-libmythupnp.patch added |
|---|
comment:1 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 14 years ago
| Milestone: | unknown → 0.27 |
|---|

In 0b974b68c0b1fa45dbf3f050b611d12f3b675754/mythtv: