X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmainwindow.cpp;h=f387927a229a6b43d8369d4f2d58a04b47f8f694;hb=71d67240d4760746acdaafa102c016069e7daf82;hp=a18bfff242f55914062cbb31ec23935d497182b2;hpb=c3302003093710ee247ad84c0fe2ef3c579d417f;p=kdenlive diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index a18bfff2..f387927a 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -2264,7 +2264,7 @@ void MainWindow::doOpenFile(const KUrl &url, KAutoSaveFile *stale) if (openBackup) slotOpenBackupDialog(url); } -void MainWindow::recoverFiles(QList staleFiles, const KUrl &originUrl) +void MainWindow::recoverFiles(const QList &staleFiles, const KUrl &originUrl) { foreach(KAutoSaveFile * stale, staleFiles) { /*if (!stale->open(QIODevice::QIODevice::ReadOnly)) {