summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorYoann Laissus <yoann.laissus@gmail.com>2010-02-19 22:27:05 +0100
committerYoann Laissus <yoann.laissus@gmail.com>2010-02-19 22:27:05 +0100
commit8f9db7ef7ce4116c3ea7a34a49d5db04602b4c06 (patch)
treea200dfe6f757e52f7f1804a063bfe2466281d3b5 /src/mainwindow.h
parentFix a small regression : the color of the lineEdit of the findBar is not corr... (diff)
downloadrekonq-8f9db7ef7ce4116c3ea7a34a49d5db04602b4c06.tar.xz
Get rid of the selection of the next found expression when the checkbox matchCase is toggled
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 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();