diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-24 16:00:58 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-24 16:00:58 +0200 |
commit | 42cfac2eb3446e8677a6488e3a7f4022f3222006 (patch) | |
tree | 82ce07965ed4eba9015562e2bec76aec8bf538fd /src/lineedit.cpp | |
parent | Pano "create new windowd" bug fix and other little web classes (diff) | |
download | rekonq-42cfac2eb3446e8677a6488e3a7f4022f3222006.tar.xz |
Rekonq tools menu
(waiting for clear data action..)
Diffstat (limited to 'src/lineedit.cpp')
-rw-r--r-- | src/lineedit.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lineedit.cpp b/src/lineedit.cpp index 6d3d3ef4..fd43346d 100644 --- a/src/lineedit.cpp +++ b/src/lineedit.cpp @@ -79,6 +79,7 @@ void LineEdit::focusOutEvent(QFocusEvent *event) deselect(); } + void LineEdit::mouseDoubleClickEvent(QMouseEvent *) { selectAll(); |