[mythtv-commits] mythtv/master commit: df4b41d10 by Gavin Hurlbut (Beirdo)

MythTV noreply at mythtv.org
Mon Feb 28 02:27:37 UTC 2011


      Author:  Gavin Hurlbut <ghurlbut at mythtv.org>
 Change Date:  2011-02-27T18:25:36-08:00
   Push Date:  2011/02/27 18:27:34 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  df4b41d1049b5a8a86cd44fa5ec0425bf4a81154
   Changeset:  https://github.com/MythTV/mythtv/commit/df4b41d10

Log:

Fix compilation of IPTVSignalMonitor

There was a defined deleteLater() as a public slot, but no method coded.  As
this now is derived from the QObject class, we can just let the deleteLater
fall through to there, unless specified elsewhere.  I removed the local slot
and it seems to compile now.

Modified:

   mythtv/libs/libmythtv/iptvsignalmonitor.h



More information about the mythtv-commits mailing list