[mythtv] Re: [mythtv-commits] Ticket #355: MythMusic incremental search

Jérôme Forissier jerome at forissier.org
Tue Sep 20 23:06:57 UTC 2005


Nick Rosier wrote:
> On 21/09/05, MythTV <mythtv at cvs.mythtv.org> wrote:
>> #355: MythMusic incremental search
[...] 
>>  The patch is for mythplugins-0.18.1.
> 
> Doesn't compile clean on latest svn.
> 
> playbackbox.cpp:513: error: no `void
> PlaybackBoxMusic::showSearchDialog()' membe
> r function declared in class `PlaybackBoxMusic'
> make[2]: *** [playbackbox.o] Error 1
> 
> Had to add this to the patch to get it to compile:
> 
> --- mythplugins-0.18.1/mythmusic/mythmusic_old/playbackbox.h
> 2005-09-21 00:29:36.000000000 +0200
> +++ mythplugins-0.18.1/mythmusic/mythmusic/playbackbox.h
> 2005-09-21 00:31:12.000000000 +0200
> @@ -83,6 +83,7 @@
>     void byYear();
>     void showSmartPlaylistDialog();
>     void showSearchMusicDialog();
> +    void showSearchDialog();
>
> Hope I declared it at the right place; not really a big C++
> programmer ;-) 

In fact it should be:
-    void showSearchMusicDialog();
+    void showSearchDialog();

Thanks for pointing this out. I've updated trac #355.

-- 
Jerome



More information about the mythtv-dev mailing list