]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackview.h
Fix crash when adding or deleting a profile, also fix scrolling issue:
[kdenlive] / src / effectstackview.h
index dcd37d605ae50ba03272bd16bb1de679caf58944..5227930ad485c0c28931c34aea038a869e5f262d 100644 (file)
@@ -31,6 +31,7 @@ class EffectStackView : public QWidget
 
 public:
     EffectStackView(QWidget *parent = 0);
+    virtual ~EffectStackView();
     void raiseWindow(QWidget*);
     void clear();
     void setMenu(QMenu *menu);
@@ -46,10 +47,10 @@ private:
 
 public slots:
     void slotClipItemSelected(ClipItem*, int ix);
-    void slotUpdateEffectParams(const QDomElement&, const QDomElement&);
+    void slotUpdateEffectParams(const QDomElement, const QDomElement);
 
 private slots:
-    void slotItemSelectionChanged();
+    void slotItemSelectionChanged(bool update = true);
     void slotItemUp();
     void slotItemDown();
     void slotItemDel();