diff options
Diffstat (limited to 'include/aotextedit.h')
| -rw-r--r-- | include/aotextedit.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/aotextedit.h b/include/aotextedit.h index 8d876f17..85909c6e 100644 --- a/include/aotextedit.h +++ b/include/aotextedit.h @@ -3,7 +3,8 @@ #include <QPlainTextEdit> -class AOTextEdit : public QPlainTextEdit { +class AOTextEdit : public QPlainTextEdit +{ Q_OBJECT public: AOTextEdit(QWidget *parent); @@ -16,6 +17,7 @@ signals: private slots: void on_enter_pressed(); + }; #endif // AOTEXTEDIT_H |
