diff options
author | Florian Jung <flo@windfisch.org> | 2011-08-29 16:28:08 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-08-29 16:28:08 +0000 |
commit | 6ea4a4959526136957b7e0d8ae1ebb29e48993ce (patch) | |
tree | fecb6a7b1a9a0372cfcf9a2c04a0f4636c9cb72c /muse2/awl/lineedit.cpp | |
parent | cb4ae0b104084e9c054d2a1b28ce531d104e9d76 (diff) |
fixed robert's fixes
Diffstat (limited to 'muse2/awl/lineedit.cpp')
-rw-r--r-- | muse2/awl/lineedit.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/muse2/awl/lineedit.cpp b/muse2/awl/lineedit.cpp deleted file mode 100644 index 07d2e49f..00000000 --- a/muse2/awl/lineedit.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include <stdio.h> -#include "lineedit.h" - -LineEdit::LineEdit(QWidget *parent) : - QLineEdit(parent) -{ -} -void LineEdit::focusOutEvent ( QFocusEvent * e ) -{ - emit returnPressed(); -} |