]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.cpp
cleanup & fix crash on project saving with Qt 4.5:
[kdenlive] / src / mainwindow.cpp
index 7147d3b8789430e3207c32018f683d3184e331b6..61023a80177ea047aafbab009b47bbf26988ecbf 100644 (file)
@@ -1181,7 +1181,7 @@ void MainWindow::closeCurrentDocument() {
 }
 
 bool MainWindow::saveFileAs(const QString &outputFileName) {
-    QDomDocument currentSceneList;
+    QString currentSceneList;
     if (KdenliveSettings::dropbframes()) {
         KdenliveSettings::setDropbframes(false);
         m_activeDocument->clipManager()->updatePreviewSettings();