From fa1cd976ad6a4b1c46045c728e36308ec97fcb41 Mon Sep 17 00:00:00 2001 From: Davide Bettio Date: Tue, 17 Jun 2008 16:23:29 +0000 Subject: [PATCH] added missing "= QUrl()". CCMAIL: aseigo@kde.org svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=821503 --- widgets/webcontent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/webcontent.h b/widgets/webcontent.h index 4e15b5e31..53a77007f 100644 --- a/widgets/webcontent.h +++ b/widgets/webcontent.h @@ -55,7 +55,7 @@ class PLASMA_EXPORT WebContent : public QGraphicsWidget * @param html the html to display in the content area * @param baseUrl the base url for relative references */ - void setHtml(const QByteArray &html, const QUrl &baseUrl); + void setHtml(const QByteArray &html, const QUrl &baseUrl = QUrl()); /** * Reimplementation