From bdf8ed4c678acb07f273fd3b722dd39773348395 Mon Sep 17 00:00:00 2001 From: Felix Rohrbach Date: Mon, 10 Jan 2011 21:10:39 +0100 Subject: 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 --- src/mainwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainwindow.h') 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 -- cgit v1.2.1