format the code

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2026-01-09 22:28:25 +02:00
parent 133842d6a8
commit 53acc60983
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
21 changed files with 56 additions and 59 deletions

View file

@ -42,7 +42,8 @@ class SecurityBookmarkFileAccess {
bool m_readOnly;
NSURL* securityScopedBookmarkToNSURL(QByteArray& bookmark, bool& isStale);
public:
public:
/// \param readOnly A boolean indicating whether the bookmark should be read-only.
SecurityBookmarkFileAccess(bool readOnly = false);
~SecurityBookmarkFileAccess();
@ -86,4 +87,4 @@ public:
bool isAccessingPath(const QString& path);
};
#endif //FILEACCESS_H
#endif // FILEACCESS_H