summaryrefslogtreecommitdiff
path: root/src/webtab.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-24 16:11:08 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-24 16:11:08 +0100
commitad14cf95df6e432f747ff1d144621523f837e2b1 (patch)
treef622b0a8fb0e0b0e5a49a14c9a54e23ab8c8064b /src/webtab.cpp
parentreorganizing a bit .kcfg file.. (diff)
downloadrekonq-ad14cf95df6e432f747ff1d144621523f837e2b1.tar.xz
Again and again.. :)
Saving one QString for each tab..
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r--src/webtab.cpp12
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;