added missing "= QUrl()".
CCMAIL: aseigo@kde.org svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=821503
This commit is contained in:
parent
3a9f199bb7
commit
fa1cd976ad
@ -55,7 +55,7 @@ class PLASMA_EXPORT WebContent : public QGraphicsWidget
|
|||||||
* @param html the html to display in the content area
|
* @param html the html to display in the content area
|
||||||
* @param baseUrl the base url for relative references
|
* @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
|
* Reimplementation
|
||||||
|
Loading…
Reference in New Issue
Block a user