aboutsummaryrefslogtreecommitdiffstats
path: root/findwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'findwidget.h')
-rw-r--r--findwidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/findwidget.h b/findwidget.h
index 28f0d74..3f778ec 100644
--- a/findwidget.h
+++ b/findwidget.h
@@ -22,12 +22,12 @@ public:
explicit FindWidget(QWidget *parent, QTextEdit *edit);
private:
+ void keyPressEvent( QKeyEvent* e );
+
QTextEdit *mTextpage; /** Textedit associated to the notification */
QLineEdit *findEdit; /** Label holding the text shown in verifyNotification */
- bool haveHit;
- int start;
- void keyPressEvent( QKeyEvent* e );
QTextCursor cursor;
+ QTextCharFormat cursorFormat;
private slots:
void findNext();