From 1ba6aac7faaf8dd01b128ade1d6417236fcade98 Mon Sep 17 00:00:00 2001 From: Simran Spiller Date: Mon, 31 May 2021 22:18:56 +0200 Subject: [PATCH] Add missing Q_OBJECT macro to ExportSubtitlesTab class [skip ci] --- app/dialog/export/exportsubtitlestab.h | 1 + 1 file changed, 1 insertion(+) diff --git a/app/dialog/export/exportsubtitlestab.h b/app/dialog/export/exportsubtitlestab.h index fd160c91b..fa81df56e 100644 --- a/app/dialog/export/exportsubtitlestab.h +++ b/app/dialog/export/exportsubtitlestab.h @@ -30,6 +30,7 @@ namespace olive { class ExportSubtitlesTab : public QWidget { + Q_OBJECT public: ExportSubtitlesTab(QWidget *parent = nullptr);