Signed-off-by: George Staikos <staikos@kde.org>
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27922
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
* if any, and third is the text content. Method is emitter with both
* empty parameters when the mouse isn't hovering over any link element.
*/
- void hoveringOverLink(const QString &link, const QString &title, const QString &textContent);
+ void hoveringOverLink(const QString &link, const QString &title, const QString &textContent = QString());
/**
* Signal is emitted when the statusbar text is changed by the page.
*/
+2007-11-20 Simon Hausmann <hausmann@kde.org>
+
+ Reviewed by George Staikos <staikos@kde.org>.
+
+ Added a default argument to textContent for the hoveringOverLink signal to keep existing two-argument connections working
+
+
+ * Api/qwebpage.h:
+
2007-11-20 George Staikos <staikos@kde.org>
Reviewed by Simon Hausmann <hausmann@kde.org>.