set a write only property for the url
svn path=/trunk/KDE/kdelibs/; revision=936994
This commit is contained in:
parent
b5d5ce50ec
commit
324b6f11d4
@ -47,6 +47,9 @@ class PLASMA_EXPORT WebView : public QGraphicsWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
Q_PROPERTY(QString url WRITE setUrl)
|
||||
Q_PROPERTY(QString html WRITE setHtml)
|
||||
|
||||
public:
|
||||
explicit WebView(QGraphicsItem *parent = 0);
|
||||
~WebView();
|
||||
|
Loading…
Reference in New Issue
Block a user