X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmainwindow.h;h=6b0f711aa7759dffaf4a6e3dd1137e99a9de5ba8;hb=8cd7e7b5ab508f07f80eae762b54e7cbc8afa36c;hp=8dd5c0de1c6cd8eaea58214df113099c2c1224ea;hpb=9aad7a157711be17032fb5e77136e88eb2c93b8e;p=kdenlive diff --git a/src/mainwindow.h b/src/mainwindow.h index 8dd5c0de..6b0f711a 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -497,12 +497,12 @@ private slots: void slotUpdateClipType(QAction *action); void slotShowTimeline(bool show); void slotMaximizeCurrent(bool show); - void slotTranscode(KUrl::List urls = KUrl::List()); + void slotTranscode(const KUrl::List &urls = KUrl::List()); void slotStartClipAction(); void slotTranscodeClip(); /** @brief Archive project: creates a copy of the project file with all clips in a new folder. */ void slotArchiveProject(); - void slotSetDocumentRenderProfile(QMap props); + void slotSetDocumentRenderProfile(const QMap &props); void slotPrepareRendering(bool scriptExport, bool zoneOnly, const QString &chapterFile); /** @brief Switches between displaying frames or timecode. @@ -554,7 +554,7 @@ private slots: /** @brief Insert current project's timecode into the notes widget. */ void slotInsertNotesTimecode(); /** @brief Open the project's backupdialog. */ - void slotOpenBackupDialog(const KUrl url = KUrl()); + void slotOpenBackupDialog(const KUrl &url = KUrl()); /** @brief Disable proxies for this project. */ void slotDisableProxies();