[mythtv-commits] mythtv commit: r21369 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Aug 20 03:31:29 UTC 2009


      Author: cpinkham
        Date: 2009-08-20 03:31:28 +0000 (Thu, 20 Aug 2009)
New Revision: 21369
   Changeset: http://cvs.mythtv.org/trac/changeset/21369

Modified:

   trunk/mythtv/libs/libmythtv/jobqueue.cpp
   trunk/mythtv/libs/libmythtv/jobqueue.h

Log:

JobQueue fix/cleanup.

- Convert the internal running job list from using a key of chanid_starttime
  to instead use the actual jobqueue.id as the key.  This simplifies a few
  things and makes it possible to handle jobs that aren't related to an
  actual recording with a chanid and starttime.

- QString cleanup. exchange == "" for .isEmpty(), don't initialize to "", etc.






More information about the mythtv-commits mailing list