]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Fix regression introduced by document validation changes (document profile was not...
[kdenlive] / src / kdenlivedoc.h
index 44733ef2d47280f98d08c02ee97991320483fbad..197fc61493cf8df800cba9cdf2f2a85bfb1c0978 100644 (file)
@@ -49,7 +49,7 @@ class KdenliveDoc: public QObject
 {
 Q_OBJECT public:
 
-    KdenliveDoc(const KUrl &url, const KUrl &projectFolder, QUndoGroup *undoGroup, const QString &profileName, const QPoint tracks, Render *render, MainWindow *parent = 0);
+    KdenliveDoc(const KUrl &url, const KUrl &projectFolder, QUndoGroup *undoGroup, QString profileName, const QPoint tracks, Render *render, MainWindow *parent = 0);
     ~KdenliveDoc();
     QDomNodeList producersList();
     double fps() const;