Merge pull request #2692 from srcres258/pr

Fix a typo in comment
This commit is contained in:
Alexandru Ionut Tripon 2024-08-05 10:55:24 +03:00 committed by GitHub
commit 5702b8e3c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,7 @@ void appendSafe(const QString& filename, const QByteArray& data);
void append(const QString& filename, const QByteArray& data);
/**
* read data from a file safely\
* read data from a file safely
*/
QByteArray read(const QString& filename);