mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 13:47:46 +02:00
skip QSaveFile temprary files
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -35,8 +35,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <QSaveFile>
|
||||
|
||||
#include "PSaveFile.h"
|
||||
#include "Sink.h"
|
||||
|
||||
namespace Net {
|
||||
@ -60,6 +59,6 @@ class FileSink : public Sink {
|
||||
protected:
|
||||
QString m_filename;
|
||||
bool wroteAnyData = false;
|
||||
std::unique_ptr<QSaveFile> m_output_file;
|
||||
std::unique_ptr<PSaveFile> m_output_file;
|
||||
};
|
||||
} // namespace Net
|
||||
|
Reference in New Issue
Block a user