diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-22 22:51:17 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-22 22:51:17 +0200 |
commit | 16072a8703434afc39acf991673cf932747d80c6 (patch) | |
tree | 6b9e014947a0aea44e9ca6b54c7e646cae403f81 /src/mainview.cpp | |
parent | Rekonq 0.2.51 with (just) one urlbar and (just, again) KDE 4.3.1 support (diff) | |
download | rekonq-16072a8703434afc39acf991673cf932747d80c6.tar.xz |
Removed MenuBar. First steps..
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index 2b6d294c..9b3dfc21 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -415,7 +415,6 @@ void MainView::slotReloadAllTabs() void MainView::windowCloseRequested() { - WebPage *webPage = qobject_cast<WebPage*>(sender()); WebView *webView = qobject_cast<WebView*>(webPage->view()); int index = webViewIndex(webView); |