From ad14cf95df6e432f747ff1d144621523f837e2b1 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 24 Feb 2010 16:11:08 +0100 Subject: Again and again.. :) Saving one QString for each tab.. --- src/webtab.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/webtab.cpp') 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; -- cgit v1.2.1