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