[mythtv] [patch] multi channel audio patch 1

Martin Ebourne lists at ebourne.me.uk
Mon Jan 2 14:47:22 EST 2006


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.



More information about the mythtv-dev mailing list