summaryrefslogtreecommitdiff
path: root/src/webwindow
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-10-16 18:03:28 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:05 +0100
commit44505a48200f16cc3c299d69383b017dba9ce1a9 (patch)
treed9e3a955b803598bafcd97a3e78b4f111f744a76 /src/webwindow
parentclean up urlbar url loading. We really are lighter now :) (diff)
downloadrekonq-44505a48200f16cc3c299d69383b017dba9ce1a9.tar.xz
Re-enable the restore on crash message bar :)
Diffstat (limited to 'src/webwindow')
-rw-r--r--src/webwindow/webwindow.cpp6
-rw-r--r--src/webwindow/webwindow.h2
2 files changed, 8 insertions, 0 deletions
diff --git a/src/webwindow/webwindow.cpp b/src/webwindow/webwindow.cpp
index f7adb1b6..0c635800 100644
--- a/src/webwindow/webwindow.cpp
+++ b/src/webwindow/webwindow.cpp
@@ -866,3 +866,9 @@ void WebWindow::setPrivateBrowsing(bool on)
_tab->page()->settings()->setAttribute(QWebSettings::PrivateBrowsingEnabled, on);
_isPrivateBrowsing = on;
}
+
+
+void WebWindow::showCrashMessageBar()
+{
+ _tab->showCrashMessageBar();
+}
diff --git a/src/webwindow/webwindow.h b/src/webwindow/webwindow.h
index a333f310..b39df0ab 100644
--- a/src/webwindow/webwindow.h
+++ b/src/webwindow/webwindow.h
@@ -97,6 +97,8 @@ private Q_SLOTS:
void webLoadStarted();
void webLoadFinished(bool);
+ void showCrashMessageBar();
+
void urlbarFocused();
// history related