Glen Tregoning schrieb:

siscan.cpp: In member function `void SIScan::AddEvents()':
siscan.cpp:945: error: invalid conversion from `QSqlDatabase*' to `int'
siscan.cpp:945: error:   initializing argument 1 of `static void
  ScheduledRecording::signalChange(int)'
make[2]: *** [siscan.o] Error 1
make[2]: Leaving directory `/home/yuckfou/dvb/mythCVS/mythtv/libs/libmythtv'
make[1]: *** [sub-libmythtv] Error 2
make[1]: Leaving directory `/home/yuckfou/dvb/mythCVS/mythtv/libs'
make: *** [sub-libs] Error 2



Same here. I think this will fix it, but I'm not sure:

Change

ScheduledRecording::signalChange(db);

into

ScheduledRecording::hasChanged(db);


Kristian. _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to