]> git.sesse.net Git - kdenlive/blobdiff - src/tracksconfigdialog.h
Make class constructors with required args explicit [krazy 45/46] by Mikko Rapeli
[kdenlive] / src / tracksconfigdialog.h
index 3dcefa6dd0ee9a57abdea8e698cfe3f16c71c41d..53029ff24c04e2689f1afe71e9b878b1a756eecd 100644 (file)
@@ -55,7 +55,7 @@ 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();