Changeset 6509b023e in mythtv
- Timestamp:
- Jun 12, 2010, 12:02:01 PM (14 years ago)
- 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
- Location:
- mythtv/libs
- Files:
-
- 2 edited
-
libmythdb/mythversion.h (modified) (1 diff)
-
libmythui/mythimage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mythtv/libs/libmythdb/mythversion.h
ra59360ccb r6509b023e 12 12 /// Including changes in the libmythdb, libmyth, libmythtv, libmythav* and 13 13 /// libmythui class methods used by plug-ins. 14 #define MYTH_BINARY_VERSION "0.23.2010006 06-1"14 #define MYTH_BINARY_VERSION "0.23.201000612-1" 15 15 16 16 /** \brief Increment this whenever the MythTV network protocol changes. -
mythtv/libs/libmythui/mythimage.h
ra59360ccb r6509b023e 19 19 public: 20 20 MythImage(MythPainter *parent); 21 virtual ~MythImage();22 21 23 22 void UpRef(void); … … 70 69 71 70 protected: 71 virtual ~MythImage(); 72 72 static void MakeGradient(QImage &image, const QColor &begin, 73 73 const QColor &end, int alpha,
Note: See TracChangeset
for help on using the changeset viewer.
