mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-15 11:20:01 +01:00
updated now the geometry looks better
This commit is contained in:
@@ -29,7 +29,7 @@ QString DownloadManager::saveFileName(const QUrl &url)
|
||||
|
||||
if (basename.isEmpty())
|
||||
basename = "download";
|
||||
|
||||
/*
|
||||
if (QFile::exists(basename)) {
|
||||
// already exists, don't overwrite
|
||||
int i = 0;
|
||||
@@ -38,7 +38,7 @@ QString DownloadManager::saveFileName(const QUrl &url)
|
||||
++i;
|
||||
|
||||
basename += QString::number(i);
|
||||
}
|
||||
}*/
|
||||
|
||||
return basename;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user