summaryrefslogtreecommitdiff
path: root/src/webtab.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-02-01 18:19:52 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-01 18:19:52 +0100
commitd69ddcbc4f520a84b8e6b56fa5957beea9d78b0b (patch)
treef755150209a0fc3abf737556115c9c2b9a9da0e8 /src/webtab.cpp
parentAdded pulldown menu for multiple steps to the "Forward History" button (diff)
downloadrekonq-d69ddcbc4f520a84b8e6b56fa5957beea9d78b0b.tar.xz
This is a simpler version of the zoom save settings patch.
It allows saving zoom settings for each website (saving settings per host) and loads them on loadFinished. Needs testing.
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r--src/webtab.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webtab.cpp b/src/webtab.cpp
index 1305747e..67a5f3b7 100644
--- a/src/webtab.cpp
+++ b/src/webtab.cpp
@@ -54,6 +54,7 @@
// Qt Includes
#include <QtGui/QVBoxLayout>
+
WebTab::WebTab(QWidget *parent)
: QWidget(parent)
, m_webView(new WebView(this))
@@ -169,6 +170,7 @@ void WebTab::createPreviewSelectorBar(int index)
connect(page()->mainFrame(), SIGNAL(urlChanged(QUrl)), m_previewSelectorBar.data(), SLOT(verifyUrl()), Qt::UniqueConnection);
}
+
void WebTab::insertBar(NotificationBar *bar)
{
qobject_cast<QVBoxLayout *>(layout())->insertWidget(0, bar);