]> git.pld-linux.org Git - packages/mythplugins.git/blame - mythplugins-compile_fixes_for_qt_4_7.patch
- fix shebangs and files, rel 11
[packages/mythplugins.git] / mythplugins-compile_fixes_for_qt_4_7.patch
CommitLineData
9cf5848a 1diff -urN mythplugins-0.23.1.orig/mythnetvision/mythnetvision/netsearch.cpp mythplugins-0.23.1.patched/mythnetvision/mythnetvision/netsearch.cpp
2--- mythplugins-0.23.1.orig/mythnetvision/mythnetvision/netsearch.cpp 2010-04-26 22:27:14.000000000 +0200
3+++ mythplugins-0.23.1.patched/mythnetvision/mythnetvision/netsearch.cpp 2010-09-24 15:42:15.511452327 +0200
4@@ -44,9 +44,9 @@
5 m_thumbImage(NULL), m_downloadable(NULL),
6 m_progress(NULL), m_busyPopup(NULL),
7 m_okPopup(NULL), m_popupStack(),
8- m_netSearch(), m_currentSearch(NULL),
9- m_currentGrabber(0), m_currentCmd(NULL),
10- m_currentDownload(NULL), m_pagenum(0),
11+ m_netSearch(), m_currentSearch(QString()),
12+ m_currentGrabber(0), m_currentCmd(QString()),
13+ m_currentDownload(QString()), m_pagenum(0),
14 m_lock(QMutex::Recursive)
15 {
16 m_playing = false;
17diff -urN mythplugins-0.23.1.orig/mythvideo/mythvideo/videodlg.h mythplugins-0.23.1.patched/mythvideo/mythvideo/videodlg.h
18--- mythplugins-0.23.1.orig/mythvideo/mythvideo/videodlg.h 2009-11-28 19:50:27.000000000 +0100
19+++ mythplugins-0.23.1.patched/mythvideo/mythvideo/videodlg.h 2010-09-24 15:33:04.314628061 +0200
20@@ -150,7 +150,7 @@
21 QString RemoteImageCheck(QString host, QString filename);
22 QString GetCoverImage(MythGenericTree *node);
23 QString GetFirstImage(MythGenericTree *node, QString type,
24- QString gpnode = NULL, int levels = 0);
25+ QString gpnode = QString(), int levels = 0);
26 QString GetImageFromFolder(Metadata *metadata);
27 QString GetScreenshot(MythGenericTree *node);
28 QString GetBanner(MythGenericTree *node);
This page took 0.136977 seconds and 4 git commands to generate.