summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-02-05 07:34:56 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-02-05 07:34:56 +0100
commitdf91591f4a692b42bb9e2ee5bfad309ce3e29957 (patch)
tree86ab0c0569a2c72b97921f032f99097f707f240a /src/webpage.h
parentclean up filename content disposition retrieve (diff)
downloadrekonq-df91591f4a692b42bb9e2ee5bfad309ce3e29957.tar.xz
clean up download management
Remove one unuseful slot in webpage and better manage download dialog, following rekonq AND KDE settings.
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/webpage.h b/src/webpage.h
index 7e5df309..3b2d37ad 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -107,9 +107,6 @@ private Q_SLOTS:
void copyToTempFileResult(KJob*);
private:
- void downloadReply(const QNetworkReply *reply, const QString &suggestedFileName = QString());
-
-private:
QString errorPage(QNetworkReply *reply);
KUrl _loadingUrl;