diff options
author | Yoann Laissus <yoann.laissus@gmail.com> | 2010-03-14 12:47:08 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-03-15 10:09:40 +0100 |
commit | cb3c582272a729bd49f072f8ffe67beecc31df35 (patch) | |
tree | 6e4b9a58c1aabad5c1dd7ee109fb4ce1101d49f4 /src/mainwindow.h | |
parent | rekonq 0.4.52 (diff) | |
download | rekonq-cb3c582272a729bd49f072f8ffe67beecc31df35.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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index b693fec1..4ccd7bf3 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(); |