mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-07 06:39:59 +01:00
Replance Q_OS_MAC Deprecated by Q_OS_MACOS
This commit is contained in:
@@ -55,7 +55,7 @@ ConfigDialog::ConfigDialog(QWidget *parent) : QDialog(parent) {
|
||||
connect(buttons, SIGNAL(rejected()), this, SLOT(reject()));
|
||||
connect(pages_list, SIGNAL(currentRowChanged(int)), pages_widget, SLOT(setCurrentIndex(int)));
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
#ifdef Q_OS_MACOS
|
||||
if (parent) {
|
||||
setWindowFlags(Qt::Sheet);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user