diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-24 16:11:08 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-24 16:11:08 +0100 |
commit | ad14cf95df6e432f747ff1d144621523f837e2b1 (patch) | |
tree | f622b0a8fb0e0b0e5a49a14c9a54e23ab8c8064b /src/webtab.h | |
parent | reorganizing a bit .kcfg file.. (diff) | |
download | rekonq-ad14cf95df6e432f747ff1d144621523f837e2b1.tar.xz |
Again and again.. :)
Saving one QString for each tab..
Diffstat (limited to 'src/webtab.h')
-rw-r--r-- | src/webtab.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/webtab.h b/src/webtab.h index 8f434ee7..7fd63b18 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -51,12 +51,11 @@ public: WebView *view(); WebPage *page(); KUrl url(); - QString lastStatusBarText() const; + int progress(); void createPreviewSelectorBar(int index); private slots: - void setStatusBarText(const QString &string); void updateProgress(int progress); void loadFinished(bool); @@ -64,7 +63,6 @@ private slots: private: int m_progress; - QString m_statusBarText; }; #endif |