diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2009-07-25 19:01:56 +0200 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2009-07-25 19:01:56 +0200 |
commit | 139c3bca0373aa89384059070812a85821ea1a19 (patch) | |
tree | 56de2e9f5775e3547c5f6336b1f699f8cf11c7b3 /src/findbar.h | |
parent | Rekonq tools menu (diff) | |
download | rekonq-139c3bca0373aa89384059070812a85821ea1a19.tar.xz |
Remove notification for search text
Notify matching by changing the background color of the text field
Diffstat (limited to 'src/findbar.h')
-rw-r--r-- | src/findbar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/findbar.h b/src/findbar.h index 6a6137ab..f297e6d2 100644 --- a/src/findbar.h +++ b/src/findbar.h @@ -51,6 +51,7 @@ public: public slots: void clear(); void show(); + void notifyMatch(bool match); protected Q_SLOTS: void keyPressEvent(QKeyEvent* event); @@ -61,6 +62,7 @@ signals: private: KLineEdit *m_lineEdit; QCheckBox *m_matchCase; + }; #endif |