qml: revert Connections syntax warning policy

This commit is contained in:
Pierre Lamot 2024-04-10 16:02:49 +02:00 committed by Steve Lhomme
parent 4ddf10e92b
commit e0ee001b9f
1 changed files with 0 additions and 6 deletions

View File

@ -844,12 +844,6 @@ static void *Thread( void *obj )
registerMetaTypes();
#if QT_VERSION >= QT_VERSION_CHECK(5,15,1)
//suppress deprecation warnings about QML 'Connections' syntax
//legacy connection syntax is required to keep compatibility with Qt <= 5.14
QLoggingCategory::setFilterRules("qt.qml.connections.warning=false");
#endif
//app.setAttribute(Qt::AA_DontCreateNativeWidgetSiblings);
/* Set application direction to locale direction,