summaryrefslogtreecommitdiff
path: root/src/lineedit.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-01 20:45:23 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-01 20:45:23 +0200
commit10a27aef00debef6c27b6ec5e52d3e6a62c30838 (patch)
tree28ec2c9afa2598e271b6a7ce72d80785874e56b7 /src/lineedit.cpp
parentMerge branch 'POPUS' (diff)
parentfix focus when right click bug (diff)
downloadrekonq-10a27aef00debef6c27b6ec5e52d3e6a62c30838.tar.xz
Merge branch 'FOCUSOUT'
Diffstat (limited to 'src/lineedit.cpp')
-rw-r--r--src/lineedit.cpp11
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();