added missing "= QUrl()".

CCMAIL: aseigo@kde.org

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=821503
This commit is contained in:
Davide Bettio 2008-06-17 16:23:29 +00:00
parent 3a9f199bb7
commit fa1cd976ad

View File

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