[mythtv] mythgallery compilation Issue

Renchi Raju renchi at pooh.tam.uiuc.edu
Mon Feb 2 15:45:18 EST 2004



On Mon, 2 Feb 2004, Spencer Jason E CONT DLVA wrote:

> This is what I was referring to in the other post.
> Edit qtiffio.cpp line 96 and the last word in the line add QString around
> it.
> I can't give you the details of the line atm but just change it from
> something like this:
>

on line 96:

change
	fileName=f ? f->name() : "QIODevice";
to
	fileName=f ? f->name() : QString("QIODevice");

ahh... the glory of qt version changes

renchi


More information about the mythtv-dev mailing list