[mythtv-commits] Ticket #3061: MSqlQuery.size() removal for libmythtv

MythTV mythtv at cvs.mythtv.org
Wed Feb 7 23:47:40 UTC 2007


#3061: MSqlQuery.size() removal for libmythtv
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  ijr    
     Type:  patch      |       Status:  new    
 Priority:  minor      |    Milestone:  unknown
Component:  mythtv     |      Version:  head   
 Severity:  medium     |   Resolution:         
-----------------------+----------------------------------------------------
Comment (by david at hardeman.nu):

 The QT manual (3.3) says that query.exec() "Returns TRUE and sets the
 query state to active if the query was successful".

 So couldn't things like "query.exec() && query.isActive() &&..." be
 simplified to "query.exec() && ..." while you're at it?

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/3061#comment:2>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list