]> git.sesse.net Git - kdenlive/blobdiff - src/clipmanager.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / clipmanager.h
index 172d0d527e722e1e6265e8017d31b38fc424e91a..0dba867ff0452e89ef2024c571c5a31cd4e072d9 100644 (file)
@@ -126,6 +126,7 @@ Q_OBJECT public:
     /** @brief remove a clip id from the queue list. */
     void stopThumbs(const QString &id);
     void projectTreeThumbReady(const QString &id, int frame, const QImage &img, int type);
+    QGLWidget *getMainContext() const { return m_mainGLContext; }
 
 #if KDE_IS_VERSION(4,5,0)
     KImageCache* pixmapCache;