Jacques Facquet wrote:
I have changed the line :
if (!query.isActive()
by if (!query.exec() || !query.isActive())

Thanks, the query was broken by the recent DB changes - applied to CVS.


and

if (test != QString::null)
inputName = QString::fromUtf8(test);
by
if (test != QString::null)
{
inputName = QString::fromUtf8(test);
channelinput = QString::fromUtf8(test);
}

This part is not needed, channelinput is a local var.

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

Reply via email to