summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h8
1 files changed, 5 insertions, 3 deletions
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();