diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-21 00:14:38 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-21 00:14:38 +0100 |
commit | 3778c4b81b45c09e72c78df4ead587f697ea3f09 (patch) | |
tree | 16a800ce3e7bbb62abc6b0264d3d65d08da7701d /src/mainwindow.h | |
parent | Restored addTabButton ctor initialization (diff) | |
parent | Merge commit 'refs/merge-requests/92' of git://gitorious.org/rekonq/mainline ... (diff) | |
download | rekonq-3778c4b81b45c09e72c78df4ead587f697ea3f09.tar.xz |
Merge branch '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(); |