diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-12-29 10:59:14 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-12-29 10:59:14 +0100 |
commit | 901a430f560c9401d2f389518ababf5360b1bd43 (patch) | |
tree | 4762d1953d0e155a174b77ad6dbc87164bfce822 /src/mainwindow.cpp | |
parent | Check not existance of the extant (diff) | |
download | rekonq-901a430f560c9401d2f389518ababf5360b1bd43.tar.xz |
Get sure tabbar is well shown (and hided) during fullscreen navigation
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 4f65c205..01310bfb 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -930,6 +930,7 @@ void MainWindow::updateHighlight() } } + void MainWindow::findSelectedText() { // FindBar::setVisible() gets the selected text by itself @@ -943,11 +944,13 @@ void MainWindow::viewFullScreen(bool makeFullScreen) KToggleFullScreenAction::setFullScreen(this, makeFullScreen); } + void MainWindow::openDownloadsPage() { rApp->loadUrl(KUrl("about:downloads"), Rekonq::NewFocusedTab); } + void MainWindow::setWidgetsVisible(bool makeVisible) { // state flags |