mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 02:10:52 +01:00
Replance Q_OS_MAC Deprecated by Q_OS_MACOS
This commit is contained in:
@@ -30,7 +30,7 @@ NameListDialog::NameListDialog(QWidget *parent) :
|
||||
|
||||
m_namelist_widget = new NameListWidget(this);
|
||||
ui->m_main_layout->insertWidget(1, m_namelist_widget);
|
||||
#ifdef Q_OS_MAC
|
||||
#ifdef Q_OS_MACOS
|
||||
this->setWindowFlags(Qt::Sheet);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user