mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 08:40:53 +01:00
Replance Q_OS_MAC Deprecated by Q_OS_MACOS
This commit is contained in:
@@ -688,7 +688,7 @@ void ElementScene::slot_editAuthorInformations() {
|
||||
// cree un dialogue
|
||||
QDialog dialog_author(m_element_editor);
|
||||
dialog_author.setModal(true);
|
||||
#ifdef Q_OS_MAC
|
||||
#ifdef Q_OS_MACOS
|
||||
dialog_author.setWindowFlags(Qt::Sheet);
|
||||
#endif
|
||||
dialog_author.setMinimumSize(400, 260);
|
||||
|
||||
Reference in New Issue
Block a user