Opened 8 years ago
Closed 8 years ago
#11126 closed Patch - Feature (Fixed)
QT5 patch for QMetaMethod signature change to methodSignature
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | trivial | Milestone: | unknown |
Component: | MythTV - General | Version: | Unspecified |
Severity: | low | Keywords: | QT5 |
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::signature to QMetaMethod::methodSignature. This patch changes the usage in the libs/libmythupnp/servicehost.cpp 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 (2)
Changed 8 years ago by
Attachment: | 0001-qt5-methodSignature.patch added |
---|
comment:1 Changed 8 years ago by
Resolution: | → Fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is already in master.