[mythtv] mythgallery compilation Issue

Dennis Cartier pvr at trigger.net
Mon Feb 2 15:52:39 EST 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:
> 
> this is code I can't remember ;
> to
> this is code I can't QString(remember);
> 

Thanks Jason. That did the trick.

For anyone else struggling with this:

line 96 of qtiffio.cpp

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

should be

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


Dennis



More information about the mythtv-dev mailing list