ResizableTextEdit: Add Q_OBJECT macro

This commit is contained in:
Jonas Kvinge
2024-04-23 16:44:44 +02:00
parent 5f9a83871d
commit 579349b104
2 changed files with 2 additions and 0 deletions

View File

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

View File

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