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