git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add an argument to pass the link text in the hovering signal
[WebKit-https.git]
/
WebKit
/
qt
/
Api
/
qwebframe.h
diff --git
a/WebKit/qt/Api/qwebframe.h
b/WebKit/qt/Api/qwebframe.h
index 20356d2a8c18eb838412d9a0568b5bd45da0fdb3..8d8e842ff27fb127c66205f4d983c691fb9f4717 100644
(file)
--- a/
WebKit/qt/Api/qwebframe.h
+++ b/
WebKit/qt/Api/qwebframe.h
@@
-83,7
+83,7
@@
signals:
void loadDone(bool ok);
void provisionalLoad();
void titleChanged(const QString &title);
void loadDone(bool ok);
void provisionalLoad();
void titleChanged(const QString &title);
- void hoveringOverLink(const QString &link, const QString &title);
+ void hoveringOverLink(const QString &link, const QString &title
, const QString &textContent
);
private:
friend class QWebPage;
private:
friend class QWebPage;