Changeset 6509b023e in mythtv


Ignore:
Timestamp:
Jun 12, 2010, 12:02:01 PM (14 years ago)
Author:
Stuart Morgan <smorgan@…>
Branches:
devel/2020-player, devel/ffmpeg-resync, devel/gpu-commflag, fixes/0.24, fixes/0.25, fixes/0.26, fixes/0.27, fixes/0.28, fixes/29, fixes/30, fixes/31, github-templates, master
Children:
cc24a6b8e8
Parents:
a59360ccb
Message:

Protect the MythImage? destructor, this class is reference counted and UpRef?()/DownRef?() should be used instead. Bumps the library api version, plugins will need to be rebuilt after a 'make clean'

git-svn-id: http://svn.mythtv.org/svn/trunk@25096 7dbf422c-18fa-0310-86e9-fd20926502f2

Location:
mythtv/libs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mythtv/libs/libmythdb/mythversion.h

    ra59360ccb r6509b023e  
    1212/// Including changes in the libmythdb, libmyth, libmythtv, libmythav* and
    1313/// libmythui class methods used by plug-ins.
    14 #define MYTH_BINARY_VERSION "0.23.201000606-1"
     14#define MYTH_BINARY_VERSION "0.23.201000612-1"
    1515
    1616/** \brief Increment this whenever the MythTV network protocol changes.
  • mythtv/libs/libmythui/mythimage.h

    ra59360ccb r6509b023e  
    1919  public:
    2020    MythImage(MythPainter *parent);
    21     virtual ~MythImage();
    2221
    2322    void UpRef(void);
     
    7069
    7170  protected:
     71    virtual ~MythImage();
    7272    static void MakeGradient(QImage &image, const QColor &begin,
    7373                             const QColor &end, int alpha,
Note: See TracChangeset for help on using the changeset viewer.