ResizableTextEdit: Add Q_OBJECT macro

This commit is contained in:
Jonas Kvinge 2022-06-06 18:23:12 +02:00
parent a1633224d1
commit 019bf5102c
2 changed files with 3 additions and 1 deletions

View File

@ -442,6 +442,7 @@ set(HEADERS
widgets/qsearchfield.h
widgets/ratingwidget.h
widgets/forcescrollperpixel.h
widgets/resizabletextedit.h
osd/osdbase.h
osd/osdpretty.h

View File

@ -24,7 +24,8 @@
class QResizeEvent;
class ResizableTextEdit: public QTextEdit {
class ResizableTextEdit : public QTextEdit {
Q_OBJECT
public:
explicit ResizableTextEdit(QWidget *parent = nullptr);