Add missing Q_OBJECT macro to ExportSubtitlesTab class [skip ci]

This commit is contained in:
Simran Spiller
2021-05-31 22:18:56 +02:00
parent 5283d315a9
commit 1ba6aac7fa
+1
View File
@@ -30,6 +30,7 @@ namespace olive {
class ExportSubtitlesTab : public QWidget
{
Q_OBJECT
public:
ExportSubtitlesTab(QWidget *parent = nullptr);