From 83c667187cd4232c412f6390c4ba33a13c328c5a Mon Sep 17 00:00:00 2001 From: Yoann Laissus Date: Thu, 2 Sep 2010 22:03:47 +0200 Subject: - Follow pano's suggestion : Shift + Enter -> findPrevious() - Don't call findNext() if Ctrl + F is pressed with an existing selection - Correctly update highlights with the timer - A little cleanup --- src/mainwindow.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index cd55faa5..4180af5c 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -108,6 +108,11 @@ public slots: virtual void configureToolbars(); + // Find Bar slots + void findNext(); + void findPrevious(); + void updateHighlight(); + signals: // switching tabs void ctrlTabPressed(); @@ -138,9 +143,6 @@ private slots: // Find Action slots void find(const QString &); void matchCaseUpdate(); - void findNext(); - void findPrevious(); - void highlightAll(); // File Menu slots void openLocation(); -- cgit v1.2.1