diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-13 13:10:14 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-13 13:10:14 +0200 |
commit | df9f5b4f5219ddaba6321660086fa274a5249bd2 (patch) | |
tree | b8793f066ca1108e4970c8f7d8e7fa38300dd3c1 /src/webpage.h | |
parent | Just downloading not handled files (diff) | |
download | rekonq-df9f5b4f5219ddaba6321660086fa274a5249bd2.tar.xz |
Removed unuseful (?) WebPage::chooseFile method.
Some TODO comments added.
Diffstat (limited to 'src/webpage.h')
-rw-r--r-- | src/webpage.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/webpage.h b/src/webpage.h index a000a663..d1642966 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -62,9 +62,6 @@ protected: const QNetworkRequest &request, NavigationType type); - QString chooseFile(QWebFrame *frame, - const QString &suggestedFile); - void javaScriptAlert(QWebFrame *frame, const QString &msg); |