From 64477422a4eac1f9ad34751d650c2215a4ae434b Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Wed, 8 Dec 2010 14:11:57 +0000 Subject: [PATCH] - Fix build with Qt 4.7 Reported by: pointyhat via pav Obtained from: mythtv (r26391) --- .../files/patch-mythvideo-mythvideo-videodlg.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 multimedia/mythplugin-mythvideo/files/patch-mythvideo-mythvideo-videodlg.h diff --git a/multimedia/mythplugin-mythvideo/files/patch-mythvideo-mythvideo-videodlg.h b/multimedia/mythplugin-mythvideo/files/patch-mythvideo-mythvideo-videodlg.h new file mode 100644 index 000000000000..2d81fa274337 --- /dev/null +++ b/multimedia/mythplugin-mythvideo/files/patch-mythvideo-mythvideo-videodlg.h @@ -0,0 +1,11 @@ +--- mythvideo/mythvideo/videodlg.h.orig 2009-11-28 19:50:27.000000000 +0100 ++++ mythvideo/mythvideo/videodlg.h 2010-12-05 14:00:27.000000000 +0100 +@@ -150,7 +150,7 @@ + QString RemoteImageCheck(QString host, QString filename); + 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); + QString GetBanner(MythGenericTree *node);