mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-03 11:59:41 +01:00
ResizableTextEdit: Add Q_OBJECT macro
This commit is contained in:
parent
a1633224d1
commit
019bf5102c
@ -442,6 +442,7 @@ set(HEADERS
|
||||
widgets/qsearchfield.h
|
||||
widgets/ratingwidget.h
|
||||
widgets/forcescrollperpixel.h
|
||||
widgets/resizabletextedit.h
|
||||
|
||||
osd/osdbase.h
|
||||
osd/osdpretty.h
|
||||
|
@ -24,7 +24,8 @@
|
||||
|
||||
class QResizeEvent;
|
||||
|
||||
class ResizableTextEdit: public QTextEdit {
|
||||
class ResizableTextEdit : public QTextEdit {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ResizableTextEdit(QWidget *parent = nullptr);
|
||||
|
Loading…
Reference in New Issue
Block a user