On Sunday 25 September 2005 06:43 pm, [EMAIL PROTECTED] 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
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
