[mythtv] Small fix in recent cvs

Brent Graveland brent at graveland.net
Wed Feb 19 10:49:17 EST 2003


How about:


Index: filldata.cpp
===================================================================
RCS file: /var/lib/cvs/MC/programs/mythfilldatabase/filldata.cpp,v
retrieving revision 1.41
diff -u -r1.41 filldata.cpp
--- filldata.cpp        19 Feb 2003 14:40:42 -0000      1.41
+++ filldata.cpp        19 Feb 2003 15:46:40 -0000
@@ -381,7 +381,7 @@
             else
             {
                 // set the end time to tomorrow, midnight.
-                (*cur).end.setTime(0, 0);
+                (*cur).end.setTime(QTime(0,0,0));
                 (*cur).end.setDate((*cur).end.date().addDays(1));

                 (*cur).endts = (*cur).end.toString("yyyyMMddhhmmss").ascii();

setTime expects a QTime

-- 
Brent Graveland
brent at graveland.net


More information about the mythtv-dev mailing list