]> git.sesse.net Git - kdenlive/blobdiff - src/profilesdialog.h
Fix keyframes when undoing a clip / group cut
[kdenlive] / src / profilesdialog.h
index d9f1c0d77898b3bca8ac34999ae791a84c5a6a83..18e26fe1c7906dbfc0c3e857325adb2d1f86dfb5 100644 (file)
@@ -32,7 +32,7 @@ class ProfilesDialog : public QDialog
 public:
     ProfilesDialog(QWidget * parent = 0);
     /** @brief Using this constructor, the dialog only allows editing one profile. */
-    ProfilesDialog(QString profilePath, QWidget * parent = 0);
+    explicit ProfilesDialog(QString profilePath, QWidget * parent = 0);
 
     void fillList(const QString selectedProfile = QString());
     static QMap< QString, QString > getSettingsForProfile(const QString profileName);