]> git.sesse.net Git - kdenlive/blobdiff - src/tracksconfigdialog.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / tracksconfigdialog.h
index 3dcefa6dd0ee9a57abdea8e698cfe3f16c71c41d..0b513b9cc290ba3fde5cb775d6c0d51b25f3cc01 100644 (file)
@@ -55,13 +55,13 @@ public:
     * @param doc the kdenlive document whose tracks to use
     * @param selected the track which should be selected by default
     * @param parent the parent widget */
-    TracksConfigDialog(KdenliveDoc * doc, int selected = -1, QWidget * parent = 0);
+    explicit TracksConfigDialog(KdenliveDoc * doc, int selected = -1, QWidget * parent = 0);
 
     /** @brief Returns the new list of tracks created from the table. */
     const QList <TrackInfo> tracksList();
 
     /** @brief A list of tracks, which sould be deleted. */
-    QList <int> deletedTracks();
+    QList <int> deletedTracks() const;
 
 private slots:
     /** @brief Updates the "hidden" checkbox if type was changed. */