1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Fix build with Qt 4.7

Reported by:	pointyhat via pav
Obtained from:	mythtv (r26391)
This commit is contained in:
Bernhard Froehlich 2010-12-08 14:11:57 +00:00
parent 38d6123adc
commit 64477422a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265845

View File

@ -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);