summaryrefslogtreecommitdiff
path: root/src/webtab.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-09-20 10:14:05 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-09-20 10:14:05 +0200
commitb7f444c22b7132ccb8090ecc5a63fa364730b068 (patch)
treebaae18dac7faed4770e7a8331ebee2fc8ed6ddea /src/webtab.h
parentQCoreApplication::postEvent fixes (diff)
downloadrekonq-b7f444c22b7132ccb8090ecc5a63fa364730b068.tar.xz
QtWebKit 2.2 related fixes
We now have to consider progress finished when it reaches 100, NOT when it is reset to 0, as before...
Diffstat (limited to 'src/webtab.h')
-rw-r--r--src/webtab.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webtab.h b/src/webtab.h
index 5157fb19..5700ba7a 100644
--- a/src/webtab.h
+++ b/src/webtab.h
@@ -93,7 +93,6 @@ public:
private Q_SLOTS:
void updateProgress(int progress);
- void loadFinished(bool);
void createWalletBar(const QString &, const QUrl &);
void showRSSInfo(const QPoint &pos);