summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorYoann Laissus <yoann.laissus@gmail.com>2010-03-14 12:47:08 +0100
committerYoann Laissus <yoann.laissus@gmail.com>2010-03-14 12:47:08 +0100
commit26eb96169454a41d0c3306b6329e8751882a2d1e (patch)
tree7f681e73ee52546316a82fa358284d7f880ae396 /src/mainwindow.h
parentUpdating forgotten files (diff)
downloadrekonq-26eb96169454a41d0c3306b6329e8751882a2d1e.tar.xz
Implement the highlight all feature for the find bar (enabled by default)
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 57b88dfd..e9da090d 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -130,6 +130,7 @@ private slots:
void matchCaseUpdate();
void findNext();
void findPrevious();
+ void highlightAll();
// Zoom slots
void zoomIn();