summaryrefslogtreecommitdiffstats
path: root/video.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'video.cpp')
-rw-r--r--video.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/video.cpp b/video.cpp
index a4240b9..44450d1 100644
--- a/video.cpp
+++ b/video.cpp
@@ -4,6 +4,7 @@
#include "encodemp4job.h"
#include "uploadjob.h"
#include "titleloadjob.h"
+#include "videogui.h"
#include <QDir>
@@ -102,3 +103,7 @@ QString Video::title() const
{
return m_title;
}
+VideoGui* Video::gui()
+{
+ return new VideoGui(this);
+}