refs #782 Check permissions in CAtomicFile::open to get earlier indication of any problems.

This commit is contained in:
Mathew Sutcliffe
2016-10-25 01:45:41 +01:00
committed by Klaus Basan
parent 49f2d5566c
commit d9d16dc8e0
2 changed files with 28 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ namespace BlackMisc
QString m_originalFilename;
bool m_renameError = false;
bool m_permissionError = false;
};
}