mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
format the code
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
133842d6a8
commit
53acc60983
21 changed files with 56 additions and 59 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue