Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2023-09-26 20:19:35 +03:00
parent ebde563648
commit b8d9c3d779
12 changed files with 13 additions and 29 deletions

View File

@ -61,7 +61,6 @@ class FileSystemException : public ::Exception {
*/
void write(const QString& filename, const QByteArray& data);
/**
* append data to a file safely
*/
@ -72,7 +71,6 @@ void appendSafe(const QString& filename, const QByteArray& data);
*/
void append(const QString& filename, const QByteArray& data);
/**
* read data from a file safely\
*/