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