connect to the signal not to a slot
svn path=/trunk/KDE/kdelibs/; revision=1166078
This commit is contained in:
parent
44d2c0b531
commit
d05a127b4a
@ -80,7 +80,7 @@ WebView::WebView(QGraphicsItem *parent)
|
||||
connect(d->webView, SIGNAL(loadFinished(bool)),
|
||||
this, SLOT(loadingFinished(bool)));
|
||||
connect(d->webView, SIGNAL(urlChanged(const QUrl &)),
|
||||
this, SLOT(urlChanged(const QUrl &)));
|
||||
this, SIGNAL(urlChanged(const QUrl &)));
|
||||
}
|
||||
|
||||
WebView::~WebView()
|
||||
|
Loading…
x
Reference in New Issue
Block a user