[mythtv-commits] Ticket #6422: (MacOS X port) Apple TV remote support for 2.3 and others

MythTV noreply at mythtv.org
Wed Oct 19 20:41:06 UTC 2011


#6422: (MacOS X port) Apple TV remote support for 2.3 and others
------------------------------------+----------------------------
 Reporter:  john@…                  |          Owner:  nigel
     Type:  enhancement             |         Status:  assigned
 Priority:  minor                   |      Milestone:  unknown
Component:  Ports - OSX             |        Version:  Trunk Head
 Severity:  medium                  |     Resolution:
 Keywords:  AppleTV, Apple tv, atv  |  Ticket locked:  0
------------------------------------+----------------------------

Comment (by beirdo):

 You may need to change the definition of class AppleRemote to:

 class AppleRemote : public QObject, public MThread

 The MThread rewrite makes the threads not QObject-based, but to do some of
 what is in that patch (with signals), you need it to inherit QObject
 (which should be first in the list, and requires the Q_OBJECT macro to be
 first in the class definition as in the patch)

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/6422#comment:24>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list