Skip to content

Commit

Permalink
Merge pull request #12684 from fwcd/fix-sandbox-header
Browse files Browse the repository at this point in the history
Sandbox: Update cond-compiles in header
  • Loading branch information
daschuer committed Jan 29, 2024
2 parents 45c3d0d + b14c3c4 commit def8d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/sandbox.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
#include "util/compatibility/qmutex.h"
#include "util/fileinfo.h"

#ifdef Q_OS_MAC
#ifdef __APPLE__
#include <CoreFoundation/CFURL.h>
#endif

struct SandboxSecurityToken {
~SandboxSecurityToken();
QString m_path;
#ifdef Q_OS_MAC
#ifdef __APPLE__
SandboxSecurityToken(const QString& path, CFURLRef url);
CFURLRef m_url;
#endif
Expand Down

0 comments on commit def8d15

Please sign in to comment.