summaryrefslogtreecommitdiff
path: root/muse2/awl/lineedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/awl/lineedit.cpp')
-rw-r--r--muse2/awl/lineedit.cpp11
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();
-}