adopted the the new dyld on macOS Monterey.

This commit is contained in:
2021-11-05 14:06:20 +01:00
parent a34e9fe535
commit c75427513f
14 changed files with 99 additions and 11 deletions

View File

@@ -1947,7 +1947,7 @@ PMusrWiz::PMusrWiz(PAdmin *admin, PMsrData *msrData, QWidget *parent) :
fAdmin(admin),
fMsrData(msrData)
{
#ifndef Q_OS_MAC
#ifndef Q_OS_DARWIN
setWizardStyle(ModernStyle);
#endif