Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11243 closed Patch - Feature (fixed)

QT5 patch for QMetaMethod::construct to QMetaMethod::create changes

Reported by: gary.buhrmaster@… 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)

0002-qt5-libmythupnp.patch (1.5 KB) - added by anonymous 11 years ago.

Download all attachments as: .zip

Change History (3)

Changed 11 years ago by anonymous

Attachment: 0002-qt5-libmythupnp.patch added

comment:1 Changed 11 years ago by Gary Buhrmaster <gary.buhrmaster@…>

Resolution: fixed
Status: newclosed

In 0b974b68c0b1fa45dbf3f050b611d12f3b675754/mythtv:

Fixes #11243. Use QMetaMethod::create for Qt5.

Signed-off-by: Daniel Kristjansson <danielk@…>

comment:2 Changed 11 years ago by Raymond Wagner

Milestone: unknown0.27
Note: See TracTickets for help on using tickets.