[mythtv-users] QDateTime error in filldata?

Isaac Richards ijr at po.cwru.edu
Sat Apr 19 13:18:26 EDT 2003


On Saturday 19 April 2003 12:05 pm, ramon.roca at xcombo.com wrote:
> I ran in the same problem.
> Seems that filldata.cpp has added a new code for getting the data from gist
> that requires qt 3.1 (I have qt 3.0 on Suse 8.1).
> A quick workaround for this (if you don't want to install it and therefore,
> use gist) is to comment out the line where toTime_t is called, and simply
> leave another one that declares the variable:
>
> // time_t noon = desiredDate.toTime_t();
> time_t noon;
>
> Meanwhile, let's thinking on upgrade to qt 3.1...

Or you can wait until I commit a change that doesn't use the function in 
question.

Isaac



More information about the mythtv-users mailing list