diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-01 20:45:23 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-01 20:45:23 +0200 |
commit | 10a27aef00debef6c27b6ec5e52d3e6a62c30838 (patch) | |
tree | 28ec2c9afa2598e271b6a7ce72d80785874e56b7 /src/lineedit.cpp | |
parent | Merge branch 'POPUS' (diff) | |
parent | fix focus when right click bug (diff) | |
download | rekonq-10a27aef00debef6c27b6ec5e52d3e6a62c30838.tar.xz |
Merge branch 'FOCUSOUT'
Diffstat (limited to 'src/lineedit.cpp')
-rw-r--r-- | src/lineedit.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lineedit.cpp b/src/lineedit.cpp index fd43346d..270d1634 100644 --- a/src/lineedit.cpp +++ b/src/lineedit.cpp @@ -69,17 +69,6 @@ void LineEdit::focusInEvent(QFocusEvent *event) KLineEdit::focusInEvent(event); } - -void LineEdit::focusOutEvent(QFocusEvent *event) -{ - KLineEdit::focusOutEvent(event); - - // reset cursor state and deselect - setCursorPosition(0); - deselect(); -} - - void LineEdit::mouseDoubleClickEvent(QMouseEvent *) { selectAll(); |