[mythtv-commits] Ticket #4084: Mythtv uses QApplication::enter_loop which is obsolete

MythTV mythtv at cvs.mythtv.org
Mon Oct 15 14:35:07 UTC 2007


#4084: Mythtv uses QApplication::enter_loop which is obsolete
---------------------------------------+------------------------------------
 Reporter:  candrews at integralblue.com  |        Owner:  ijr    
     Type:  defect                     |       Status:  closed 
 Priority:  minor                      |    Milestone:  unknown
Component:  mythtv                     |      Version:  unknown
 Severity:  medium                     |   Resolution:  invalid
  Mlocked:  0                          |  
---------------------------------------+------------------------------------

Comment(by malban at mail.utexas.edu):

 from qt3.3 reference document:

 "int QApplication::enter_loop ()
 This function is obsolete. It is provided to keep old source working. We
 strongly advise against using it in new code.

 This function enters the main event loop (recursively). Do not call it
 unless you really know what you are doing.

 Use QApplication::eventLoop()->enterLoop() instead."

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4084#comment:2>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list