diff options
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 |