From d69ddcbc4f520a84b8e6b56fa5957beea9d78b0b Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 1 Feb 2011 18:19:52 +0100 Subject: 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. --- src/webtab.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/webtab.cpp') 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 + 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(layout())->insertWidget(0, bar); -- cgit v1.2.1