From 7055c0b38a828e827c6eac4cbb041f51bb575e0b Mon Sep 17 00:00:00 2001 From: Andrea Di Menna Date: Tue, 27 Sep 2011 10:09:15 +0200 Subject: Fix KGet "list all links" feature the contextual menu action was not working cause of a wrong signal/slot connection. This commit fixes it :) REVIEW: 102708 REVIEWED-BY: adjam --- src/webpage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webpage.h') diff --git a/src/webpage.h b/src/webpage.h index 609141fb..8e123647 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -83,7 +83,7 @@ public: bool hasSslValid() const; public Q_SLOTS: - void downloadAllContentsWithKGet(QPoint); + void downloadAllContentsWithKGet(); virtual void downloadRequest(const QNetworkRequest &request); virtual void downloadUrl(const KUrl &url); -- cgit v1.2.1