]> git.sesse.net Git - kdenlive/blobdiff - src/projectlistview.h
Correctly update monitor when changing a title clip duration
[kdenlive] / src / projectlistview.h
index a30cb7e842e35790521485f404d235eba759453a..bd7b42939d72189d32cf068505faa0d9257b3c11 100644 (file)
@@ -41,6 +41,7 @@ protected:
     virtual void contextMenuEvent(QContextMenuEvent * event);
     virtual void mouseDoubleClickEvent(QMouseEvent * event);
     virtual void mousePressEvent(QMouseEvent *event);
+    virtual void mouseReleaseEvent(QMouseEvent *event);
     virtual void mouseMoveEvent(QMouseEvent *event);
     virtual void dragEnterEvent(QDragEnterEvent *event);
     virtual void dropEvent(QDropEvent *event);
@@ -61,7 +62,7 @@ private slots:
 signals:
     void requestMenu(const QPoint &, QTreeWidgetItem *);
     void addClip();
-    void addClip(const QList <QUrl>, const QString &);
+    void addClip(const QList <QUrl>, const QString &, const QString &);
     void showProperties(DocClipBase *);
     void focusMonitor();
     void pauseMonitor();