]> git.sesse.net Git - kdenlive/commitdiff
const'ref
authorMontel Laurent <montel@kde.org>
Tue, 4 Jun 2013 18:00:45 +0000 (20:00 +0200)
committerMontel Laurent <montel@kde.org>
Tue, 4 Jun 2013 18:00:45 +0000 (20:00 +0200)
src/mainwindow.cpp
src/mainwindow.h

index a18bfff242f55914062cbb31ec23935d497182b2..f387927a229a6b43d8369d4f2d58a04b47f8f694 100644 (file)
@@ -2264,7 +2264,7 @@ void MainWindow::doOpenFile(const KUrl &url, KAutoSaveFile *stale)
     if (openBackup) slotOpenBackupDialog(url);
 }
 
-void MainWindow::recoverFiles(QList<KAutoSaveFile *> staleFiles, const KUrl &originUrl)
+void MainWindow::recoverFiles(const QList<KAutoSaveFile *> &staleFiles, const KUrl &originUrl)
 {
     foreach(KAutoSaveFile * stale, staleFiles) {
         /*if (!stale->open(QIODevice::QIODevice::ReadOnly)) {
index 4e0320ec09a2b8cb637f54007b486ecd2f0201a3..2324af53e7efc067747ce8c3cf04e869895f23a9 100644 (file)
@@ -279,7 +279,7 @@ private:
     void connectDocumentInfo(KdenliveDoc *doc);
     void findAhead();
     void doOpenFile(const KUrl &url, KAutoSaveFile *stale);
-    void recoverFiles(QList<KAutoSaveFile *> staleFiles, const KUrl &originUrl);
+    void recoverFiles(const QList<KAutoSaveFile *> &staleFiles, const KUrl &originUrl);
 
     /** @brief Loads static and dynamic plugins.
      *