From 1fd0d1a330ac1cae52e24793d7a39e3ef8fcf8c3 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 8 Oct 2021 23:47:33 +0200 Subject: [PATCH] macdeployqt: Remove FinalCheck from header --- 3rdparty/macdeployqt/shared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/macdeployqt/shared.h b/3rdparty/macdeployqt/shared.h index c6b8c692d..15ff08430 100644 --- a/3rdparty/macdeployqt/shared.h +++ b/3rdparty/macdeployqt/shared.h @@ -136,6 +136,6 @@ QSet codesignBundle(const QString &identity, void codesign(const QString &identity, const QString &appBundlePath); void createDiskImage(const QString &appBundlePath, const QString &filesystemType); void fixupFramework(const QString &appBundlePath); -bool FinalCheck(const QString &appBundlePath); + #endif