X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fclipmanager.h;h=0dba867ff0452e89ef2024c571c5a31cd4e072d9;hb=56aee6aedeeed3efd10ada8fe3c229eddc01ef05;hp=172d0d527e722e1e6265e8017d31b38fc424e91a;hpb=a3eee7be24126f5a3458d488f44cd61c66135e17;p=kdenlive diff --git a/src/clipmanager.h b/src/clipmanager.h index 172d0d52..0dba867f 100644 --- a/src/clipmanager.h +++ b/src/clipmanager.h @@ -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;