]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.cpp
Proxy settings is now configurable per project
[kdenlive] / src / kdenlivedoc.cpp
index 1ce567cb1a1dcacc8d7e2e94bb3f2f21cfea463e..91d6a4a3db860eac56a762fbe248b66b7b00c037 100644 (file)
@@ -74,7 +74,9 @@ KdenliveDoc::KdenliveDoc(const KUrl &url, const KUrl &projectFolder, QUndoGroup
     m_documentProperties["verticalzoom"] = "1";
     m_documentProperties["zonein"] = "0";
     m_documentProperties["zoneout"] = "100";
-
+    m_documentProperties["enableproxy"] = QString::number((int) KdenliveSettings::enableproxy());
+    m_documentProperties["proxyparams"] = KdenliveSettings::proxyparams();
+    
     if (!url.isEmpty()) {
         QString tmpFile;
         success = KIO::NetAccess::download(url.path(), tmpFile, parent);