From bae3ed183a6523b1056efa5bb6963be163a51017 Mon Sep 17 00:00:00 2001 From: "hausmann@webkit.org" Date: Tue, 20 Nov 2007 14:23:28 +0000 Subject: [PATCH] Added a default argument to textContent for the hoveringOverLink signal to keep existing two-argument connections working Signed-off-by: George Staikos git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27922 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebKit/qt/Api/qwebpage.h | 2 +- WebKit/qt/ChangeLog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/WebKit/qt/Api/qwebpage.h b/WebKit/qt/Api/qwebpage.h index 082a4ae53efa..9b070f5078f8 100644 --- a/WebKit/qt/Api/qwebpage.h +++ b/WebKit/qt/Api/qwebpage.h @@ -207,7 +207,7 @@ signals: * 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. */ diff --git a/WebKit/qt/ChangeLog b/WebKit/qt/ChangeLog index 615d60d10236..6a999fdd5a8c 100644 --- a/WebKit/qt/ChangeLog +++ b/WebKit/qt/ChangeLog @@ -1,3 +1,12 @@ +2007-11-20 Simon Hausmann + + Reviewed by George Staikos . + + 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 Reviewed by Simon Hausmann . -- 2.36.0