aboutsummaryrefslogtreecommitdiff
path: root/include/aolineedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/aolineedit.h')
-rw-r--r--include/aolineedit.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/aolineedit.h b/include/aolineedit.h
index ce17680d..70f1f978 100644
--- a/include/aolineedit.h
+++ b/include/aolineedit.h
@@ -4,8 +4,7 @@
#include <QLineEdit>
#include <QMouseEvent>
-class AOLineEdit : public QLineEdit
-{
+class AOLineEdit : public QLineEdit {
Q_OBJECT
public:
@@ -19,8 +18,6 @@ signals:
private slots:
void on_enter_pressed();
-
-
};
#endif // AOLINEEDIT_H