[mythtv-commits] Ticket #8572: trunk and 0.23-fixes build failure in upnpcmgr with Qt 4.7.0-beta1

MythTV mythtv at cvs.mythtv.org
Fri Jul 2 03:06:13 UTC 2010


#8572: trunk and 0.23-fixes build failure in upnpcmgr with Qt 4.7.0-beta1
---------------------------+------------------------------------------------
 Reporter:  databubble     |       Owner:  dblain    
     Type:  defect         |      Status:  new       
 Priority:  major          |   Milestone:  unknown   
Component:  MythTV - UPnP  |     Version:  Trunk Head
 Severity:  medium         |     Mlocked:  0         
---------------------------+------------------------------------------------
Changes (by mdean):

  * status:  infoneeded_new => new


Comment:

 The attached 2 patches allow compilation with Qt 4.7, but I don't know if
 they break MythTV or the code involved.  The template code (in eventing.h
 and mythdeque.h) and the change to the TuningRequest constructor (required
 after the change to mythdeque.h), especially.  The template classes need
 to be able to work with QString and int, but Qt 4.7 no longer allows
 construction of a null QString with QString(0) or QString(null).  Instead,
 QString() should be used.  I have no idea what effect the template changes
 will have when T = int.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8572#comment:7>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list