summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.24/mythplugins/qt-4.7-buildfixes.diff
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2011-10-21 21:53:42 (GMT)
committerBritney Fransen <brfransen@gmail.com>2011-10-21 21:53:42 (GMT)
commita5b5987a5128e4e04c3ca6ac80771d06cd4a80cc (patch)
tree1c34b11276dd421fc9dc61aace929200613b9942 /abs/core/mythtv/stable-0.24/mythplugins/qt-4.7-buildfixes.diff
parentc679d75ff516a4ce29c76fbd9acef24fa3c4e7e9 (diff)
downloadlinhes_pkgbuild-a5b5987a5128e4e04c3ca6ac80771d06cd4a80cc.zip
linhes_pkgbuild-a5b5987a5128e4e04c3ca6ac80771d06cd4a80cc.tar.gz
linhes_pkgbuild-a5b5987a5128e4e04c3ca6ac80771d06cd4a80cc.tar.bz2
mythplugins: mytharchive: mythburn.py patch for aspect ratio and video storage groups support
http://code.mythtv.org/trac/ticket/10042
Diffstat (limited to 'abs/core/mythtv/stable-0.24/mythplugins/qt-4.7-buildfixes.diff')
-rw-r--r--abs/core/mythtv/stable-0.24/mythplugins/qt-4.7-buildfixes.diff26
1 files changed, 0 insertions, 26 deletions
diff --git a/abs/core/mythtv/stable-0.24/mythplugins/qt-4.7-buildfixes.diff b/abs/core/mythtv/stable-0.24/mythplugins/qt-4.7-buildfixes.diff
deleted file mode 100644
index dcffebe..0000000
--- a/abs/core/mythtv/stable-0.24/mythplugins/qt-4.7-buildfixes.diff
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: /branches/release-0-23-fixes/mythplugins/mythnetvision/mythnetvision/netsearch.cpp
-===================================================================
---- /branches/release-0-23-fixes/mythplugins/mythnetvision/mythnetvision/netsearch.cpp (revision 24265)
-+++ /branches/release-0-23-fixes/mythplugins/mythnetvision/mythnetvision/netsearch.cpp (revision 26391)
-@@ -45,7 +45,7 @@
- m_progress(NULL), m_busyPopup(NULL),
- m_okPopup(NULL), m_popupStack(),
-- m_netSearch(), m_currentSearch(NULL),
-- m_currentGrabber(0), m_currentCmd(NULL),
-- m_currentDownload(NULL), m_pagenum(0),
-+ m_netSearch(), m_currentSearch(QString()),
-+ m_currentGrabber(0), m_currentCmd(QString()),
-+ m_currentDownload(QString()), m_pagenum(0),
- m_lock(QMutex::Recursive)
- {
-Index: /branches/release-0-23-fixes/mythplugins/mythvideo/mythvideo/videodlg.h
-===================================================================
---- /branches/release-0-23-fixes/mythplugins/mythvideo/mythvideo/videodlg.h (revision 22916)
-+++ /branches/release-0-23-fixes/mythplugins/mythvideo/mythvideo/videodlg.h (revision 26391)
-@@ -151,5 +151,5 @@
- QString GetCoverImage(MythGenericTree *node);
- QString GetFirstImage(MythGenericTree *node, QString type,
-- QString gpnode = NULL, int levels = 0);
-+ QString gpnode = QString(), int levels = 0);
- QString GetImageFromFolder(Metadata *metadata);
- QString GetScreenshot(MythGenericTree *node);