added code for Qt6 to qetelementeditor.cpp

and removed qDebug() - Output.
Seems to work for me but should be tested by someone else, too.
This commit is contained in:
plc-user
2025-03-06 09:55:21 +01:00
committed by GitHub
parent e01e3d7838
commit c0864eced3

View File

@@ -487,7 +487,7 @@ void QETElementEditor::fillPartsList()
#if TODO_LIST
#pragma message("@TODO remove code for QT 6 or later")
#endif
qDebug()<<"Help code for QT 6 or later";
v.setValue(qgi);
#endif
qlwi -> setData(42, v);
m_parts_list -> addItem(qlwi);