mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-15 03:10:02 +01:00
added reset of new colorimage filters
This commit is contained in:
@@ -40,10 +40,8 @@ bool DownloadManager::saveToDisk(const QString &filename, QIODevice *data)
|
||||
qPrintable(file.errorString()));
|
||||
return false;
|
||||
}
|
||||
|
||||
file.write(data->readAll());
|
||||
file.close();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user