[mythtv-commits] Ticket #5570: Remove most Qt3 stuff from libmythtv

MythTV mythtv at cvs.mythtv.org
Tue Jul 29 05:04:31 UTC 2008


#5570: Remove most Qt3 stuff from libmythtv
---------------------+------------------------------------------------------
 Reporter:  danielk  |        Owner:  danielk
     Type:  defect   |       Status:  new    
 Priority:  minor    |    Milestone:  0.22   
Component:  mythtv   |      Version:  head   
 Severity:  medium   |   Resolution:         
  Mlocked:  0        |  
---------------------+------------------------------------------------------

Comment(by nigel):

 (In [17971]) Refs #5570. Daniel's patch was perfect, bar a typo and an
 interesting warning:
 {{{
 videoout_quartz.cpp: In member function 'void QuartzData::ClearViews()':
 videoout_quartz.cpp:108: warning: possible problem detected in invocation
 of delete operator:
 videoout_quartz.cpp:108: warning: invalid use of undefined type 'struct
 VideoOutputQuartzView'
 videoout_quartz.cpp:68: warning: forward declaration of 'struct
 VideoOutputQuartzView'
 videoout_quartz.cpp:108: note: neither the destructor nor the class-
 specific operator delete will be called, even if they are declared when
 the class is defined.
 }}}
 which warranted a slight re-org of the internal class def'ns. Seems to
 work OK.

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


More information about the mythtv-commits mailing list