X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fprofilesdialog.h;h=18e26fe1c7906dbfc0c3e857325adb2d1f86dfb5;hb=fd4a0aa096771b11d0bbabf625c417750d43f436;hp=d9f1c0d77898b3bca8ac34999ae791a84c5a6a83;hpb=a6b9fba3ddca6e3e1a4b3d48aef2dcb9228c79c9;p=kdenlive diff --git a/src/profilesdialog.h b/src/profilesdialog.h index d9f1c0d7..18e26fe1 100644 --- a/src/profilesdialog.h +++ b/src/profilesdialog.h @@ -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);