]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
Add command line option ( --mlt-path ) to give location of the MLT install
[kdenlive] / src / mainwindow.h
index 6973e0254dfa0392445acf12264a068024cceb1f..f15288ea1ddcdb7747720c9e626348e66ac1ebdb 100644 (file)
@@ -61,8 +61,8 @@ class MainWindow : public KXmlGuiWindow {
     Q_OBJECT
 
 public:
-    MainWindow(QWidget *parent = 0);
-    void parseProfiles();
+    MainWindow(const QString &MltPath = QString(), QWidget *parent = 0);
+    void parseProfiles(const QString &mltPath = QString());
 
     static EffectsList videoEffects;
     static EffectsList audioEffects;