On Mon, 02 Jan 2006 23:26:22 +1100, Mark Spieth wrote:
> woops spotted a bug already.
> attached is another patch.
> mark
Compile failure on r8474:
mythcontext.cpp:2276: error: prototype for 'bool
MythContext::SendReceiveStringList(QStringList&, bool)' does not match any in
class 'MythContext'
mythcontext.h:365: error: candidate is: bool
MythContext::SendReceiveStringList(QStringList&, bool, bool)
This part of the patch in mythcontext.h has no corresponding cpp change:
@@ -359,7 +361,8 @@
QPixmap *LoadScalePixmap(QString filename, bool fromcache = true);
QImage *LoadScaleImage(QString filename, bool fromcache = true);
- bool SendReceiveStringList(QStringList &strlist, bool quickTimeout =
false);
+ bool SendReceiveStringList(QStringList &strlist, bool quickTimeout =
false,
+ bool block = true);
QImage *CacheRemotePixmap(const QString &url, bool reCache = false);
Seems to be extraneous, I'll try again without it.
Cheers,
Martin.
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev