ResizableTextEdit: Add Q_OBJECT macro
This commit is contained in:
parent
5f9a83871d
commit
579349b104
@ -490,6 +490,7 @@ set(HEADERS
|
||||
widgets/qsearchfield.h
|
||||
widgets/ratingwidget.h
|
||||
widgets/forcescrollperpixel.h
|
||||
widgets/resizabletextedit.h
|
||||
|
||||
osd/osdbase.h
|
||||
osd/osdpretty.h
|
||||
|
@ -25,6 +25,7 @@
|
||||
class QResizeEvent;
|
||||
|
||||
class ResizableTextEdit : public QTextEdit {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ResizableTextEdit(QWidget *parent = nullptr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user