mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Formatting
This commit is contained in:
@@ -37,7 +37,7 @@ namespace BlackMisc
|
||||
CAtomicFile(const QString &filename) : QFile(filename) {}
|
||||
|
||||
//! \copydoc QFile::~QFile
|
||||
~CAtomicFile() { if (std::uncaught_exception()) { QFile::close(); } }
|
||||
virtual ~CAtomicFile() { if (std::uncaught_exception()) { QFile::close(); } }
|
||||
|
||||
//! \copydoc QFile::open
|
||||
//! Just before opening the file, the filename is changed so we actually write to a temporary file.
|
||||
|
||||
Reference in New Issue
Block a user