X-Git-Url: https://git.sesse.net/?p=kdenlive;a=blobdiff_plain;f=src%2Fprojectlist.h;h=bd80c8b8324314c5c4e7ba1529c516057b808f36;hp=4cb49734c2aa655f78c3ac8542e6d7a010933407;hb=a3eee7be24126f5a3458d488f44cd61c66135e17;hpb=6c62a4d8f799379bfb7a11d25521cf829248587c diff --git a/src/projectlist.h b/src/projectlist.h index 4cb49734..bd80c8b8 100644 --- a/src/projectlist.h +++ b/src/projectlist.h @@ -100,6 +100,7 @@ class KdenliveDoc; class DocClipBase; class AbstractClipJob; class ItemDelegate; +class QGLWidget; class SmallInfoLabel: public QPushButton { @@ -129,7 +130,7 @@ class ProjectList : public QWidget Q_OBJECT public: - ProjectList(QWidget *parent = 0); + ProjectList(QGLWidget *glContext, QWidget *parent = 0); virtual ~ProjectList(); QDomElement producersList(); @@ -280,6 +281,7 @@ private: /** @brief The action that will trigger the log dialog. */ QAction *m_logAction; #endif + QGLWidget *m_mainGLContext; void requestClipThumbnail(const QString &id);