diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-20 14:40:46 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-20 14:40:46 +0100 |
commit | a275a256f08fb28faf64341342b5162bb9a9c634 (patch) | |
tree | e0edb61b9cf2570a4a7b4d067a936628576ed846 /src/mainwindow.h | |
parent | window title fixes (diff) | |
parent | Get rid of the selection of the next found expression when the checkbox match... (diff) | |
download | rekonq-a275a256f08fb28faf64341342b5162bb9a9c634.tar.xz |
Merge commit 'refs/merge-requests/92' of git://gitorious.org/rekonq/mainline into mr92
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 c104ad4d..db75b1bd 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -127,6 +127,7 @@ private slots: // Find Action slots void find(const QString &); + void matchCaseUpdate(); void findNext(); void findPrevious(); |