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.cpp | |
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.cpp')
-rw-r--r-- | src/webtab.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/webtab.cpp b/src/webtab.cpp index 10898d46..645c9606 100644 --- a/src/webtab.cpp +++ b/src/webtab.cpp @@ -128,18 +128,6 @@ int WebTab::progress() } -QString WebTab::lastStatusBarText() const -{ - return m_statusBarText; -} - - -void WebTab::setStatusBarText(const QString &string) -{ - m_statusBarText = string; -} - - void WebTab::updateProgress(int p) { m_progress = p; |