[mythtv] Re: [mythtv-commits] mythtv commit: r7312 by danielk

Isaac Richards ijr at case.edu
Sun Sep 25 22:48:35 UTC 2005


On Sunday 25 September 2005 06:43 pm, mythtv at cvs.mythtv.org wrote:
>       Author: danielk
>         Date: 2005-09-25 22:43:29 +0000 (Sun, 25 Sep 2005)
> New Revision: 7312
>    Changeset: http://cvs.mythtv.org/trac/changeset/7312
<snip>
> Adds RecorderPaused() signal to recorderbase.h
>
> This signal is emitted whenever the recorder actually enters
> the paused state.
>
> I've made an increadably silly formatting fix in libmythtv.pro
> only so that I don't have to explain to a half dozen people that
> they need to run "touch libmythtv.pro" because a new class using
> Qt signals has been added.
>
> If it isn't obvious from the last commit this is in sevice of a
> busy-loop free TVRec...

You do realize that signals are sent & received by the same thread, right?  
And that anything that inherits from QObject should only be created/destroyed 
by the main Qt event loop thread?

Isaac


More information about the mythtv-dev mailing list