[mythtv-commits] mythtv commit: r26007 by mdean

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Aug 30 19:59:08 UTC 2010


      Author: mdean
        Date: 2010-08-30 19:59:08 +0000 (Mon, 30 Aug 2010)
New Revision: 26007
   Changeset: http://svn.mythtv.org/trac/changeset/26007

Log:

Clean up query usage in ChannelGroup.

This patch modifies all queries to use bind values instead of QString substitution (since they were already using prepared queries), cleans up unnecessary calls to query.isActive(), ensures that the return value of all query.next() calls is checked, and removes redundant query.size() checks.


Modified:

   trunk/mythtv/libs/libmythtv/channelgroup.cpp




More information about the mythtv-commits mailing list