[mythtv-commits] Ticket #5526: QTime::fromString failing without format string

MythTV mythtv at cvs.mythtv.org
Mon Jul 7 21:37:31 UTC 2008


#5526: QTime::fromString failing without format string
-----------------------------------------------+----------------------------
 Reporter:  Ben Dailey <benddailey at gmail.com>  |       Owner:  ijr    
     Type:  defect                             |      Status:  new    
 Priority:  minor                              |   Milestone:  unknown
Component:  mythtv                             |     Version:  head   
 Severity:  medium                             |     Mlocked:  0      
-----------------------------------------------+----------------------------
 Backend ignoring time constraints for running jobs. Jobs are never queued
 and processed immediately because the QTime:fromString is returning an
 invalid QTime with a format string in the function.
 Relevant entries from backend log with verbose set to important, general,
 jobqueue.
 <snip>
 2008-07-07 17:00:09.085 JobQueue: Currently set to run new jobs from 23:42
 to 07:18
 2008-07-07 17:00:09.105 Invalid JobQueueWindowStart time, using 00:00
 2008-07-07 17:00:09.111 Invalid JobQueueWindowEnd time, using 23:59
 </snip>
 version info:
 qt-4.4.0
 mythtv trunk r17733

 The attached trivial patch resolves the issue for me. I do not know
 whether the change in programs/mythshutdown/main.cpp is needed as I have
 not found any issue with it but as it is the only other occurrence of
 QTime::fromString that does not have a format string I have included it in
 the patch.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5526>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list