added Q_OBJECT macro to classes that were missing it
This commit is contained in:
@@ -29,6 +29,7 @@ OLIVE_NAMESPACE_ENTER
|
||||
|
||||
class CodecSection : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
CodecSection(QWidget* parent = nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user