added Q_OBJECT macro to classes that were missing it

This commit is contained in:
itsmattkc
2020-11-17 19:13:16 +11:00
parent d24178b1b1
commit 15a29288aa
32 changed files with 43 additions and 16 deletions
+1
View File
@@ -29,6 +29,7 @@ OLIVE_NAMESPACE_ENTER
class CodecSection : public QWidget
{
Q_OBJECT
public:
CodecSection(QWidget* parent = nullptr);