]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
[PATCH by Ray Lehtiniemi] Do not return references to temporaries.
[kdenlive] / src / mainwindow.h
index 95a532e2c7bfd0949eb7afec62aeef041c81c5e1..2292a3a7ef281dc50a3b1e4c9c8f4275750a357a 100644 (file)
@@ -74,7 +74,7 @@ public:
      * The constructor inits the main window. If Url is present, it will be opened.
      * If Url is not present, and openLastproject is set, last project will be set
      * If no file is open after trying this, a default "newfile" will be created. */
-    MainWindow(const QString &MltPath = QString(), const KUrl & Url = KUrl(), QWidget *parent = 0);
+    explicit MainWindow(const QString &MltPath = QString(), const KUrl & Url = KUrl(), QWidget *parent = 0);
     void parseProfiles(const QString &mltPath = QString());
 
     static EffectsList videoEffects;
@@ -283,7 +283,9 @@ private slots:
     void slotInsertTrack(int ix = 0);
     void slotDeleteTrack(int ix = 0);
     void slotChangeTrack(int ix = 0);
-    void slotGetNewStuff();
+    void slotGetNewLumaStuff();
+    void slotGetNewRenderStuff();
+    void slotGetNewMltProfileStuff();
     void slotAutoTransition();
     void slotRunWizard();
     void generateClip();