summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/webview.h b/src/webview.h
index 08d597db..9630162a 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -43,7 +43,6 @@ public:
WebPage *page();
KUrl url() const;
QString lastStatusBarText() const;
- int progress() const;
signals:
// switching tabs
@@ -61,15 +60,12 @@ protected:
void wheelEvent(QWheelEvent *event);
private slots:
- void setProgress(int progress);
- void loadFinished();
void setStatusBarText(const QString &string);
void slotSearch();
private:
WebPage *m_page;
-
- int m_progress;
+
QString m_statusBarText;
};