adopted the the new dyld on macOS Monterey.

This commit is contained in:
2021-11-05 14:06:20 +01:00
parent 87bee52edb
commit c988f00ad8
14 changed files with 110 additions and 10 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