X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fprofilesdialog.h;h=1bac83d3a6cd3de178dbc005f65b5968824469cd;hb=e3b4bf11679a3a195be8896f465b1616581f1fb3;hp=a3112abdba24b3abc8861994994320800905a2ad;hpb=2468e476a5cee4f1c63aa2b18f2685cb5d72e1aa;p=kdenlive diff --git a/src/profilesdialog.h b/src/profilesdialog.h index a3112abd..1bac83d3 100644 --- a/src/profilesdialog.h +++ b/src/profilesdialog.h @@ -33,13 +33,15 @@ public: ProfilesDialog(QWidget * parent = 0); void fillList(const QString selectedProfile = QString()); - static QString getProfileDescription(QString name); static QMap< QString, QString > getSettingsForProfile(const QString profileName); static QMap< QString, QString > getSettingsFromFile(const QString path); static QString getPathFromDescription(const QString profileDesc); static MltVideoProfile getVideoProfile(QString name); static QMap getProfilesInfo(); static void saveProfile(MltVideoProfile &profile); + static QString existingProfile(MltVideoProfile profile); + static bool existingProfileDescription(const QString &desc); + static double getStringEval(const MltVideoProfile &profile, QString eval); protected: virtual void closeEvent(QCloseEvent *event);