X-Git-Url: https://git.sesse.net/?p=kdenlive;a=blobdiff_plain;f=src%2Fclipmanager.h;h=172d0d527e722e1e6265e8017d31b38fc424e91a;hp=a33a96df4dd28787e788c8afdbe3584abd6e0767;hb=a3eee7be24126f5a3458d488f44cd61c66135e17;hpb=6c62a4d8f799379bfb7a11d25521cf829248587c diff --git a/src/clipmanager.h b/src/clipmanager.h index a33a96df..172d0d52 100644 --- a/src/clipmanager.h +++ b/src/clipmanager.h @@ -52,6 +52,7 @@ class KdenliveDoc; class DocClipBase; class AbstractGroupItem; +class QGLWidget; class SolidVolumeInfo @@ -76,7 +77,7 @@ class ClipManager: public QObject { Q_OBJECT public: - ClipManager(KdenliveDoc *doc); + ClipManager(KdenliveDoc *doc, QGLWidget *glContext); virtual ~ ClipManager(); void addClip(DocClipBase *clip); DocClipBase *getClipAt(int pos); @@ -147,6 +148,7 @@ private slots: void slotAddClip(KIO::Job *job, const KUrl &, const KUrl &dst); private: // Private attributes + QGLWidget *m_mainGLContext; /** the list of clips in the document */ QList m_clipList; /** the list of groups in the document */