diff options
author | Felix Rohrbach <fxrh@gmx.de> | 2011-01-10 21:10:39 +0100 |
---|---|---|
committer | Felix Rohrbach <fxrh@gmx.de> | 2011-01-15 12:13:00 +0100 |
commit | bdf8ed4c678acb07f273fd3b722dd39773348395 (patch) | |
tree | da3780d90278d79d48a63255f04ea4f27fe5b68c /src/mainwindow.h | |
parent | Fixes as pointed out by Krazy (diff) | |
download | rekonq-bdf8ed4c678acb07f273fd3b722dd39773348395.tar.xz |
This commit contains the changes to the context menu which we decided in our meeting:
1. Hide new tab entry if it is not necessary.
2. Print and Search action: I removed the print action. The search action is now in the "search with" submenu if some text is selected.
3. Hide the development menu entries and add an option to show them.
RB: 100374
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 7dfc186b..02cd7237 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -107,6 +107,7 @@ public Q_SLOTS: void findNext(); void findPrevious(); void updateHighlight(); + void findSelectedText(); Q_SIGNALS: // switching tabs |