Il 03/05/19 22:00, Иван Комиссаров ha scritto:
Which should be considered bad practice and banned on an API level

QWidget w2
QWidget w1;
w1.setParent(&w2);

QWidget w1;
QWidget w2
w1.setParent(&w2);

Banned at an API level -- how, exactly?

Cheers,
--
Giuseppe D'Angelo | giuseppe.dang...@kdab.com | Senior Software Engineer
KDAB (France) S.A.S., a KDAB Group company
Tel. France +33 (0)4 90 84 08 53, http://www.kdab.com
KDAB - The Qt, C++ and OpenGL Experts

Attachment: smime.p7s
Description: Firma crittografica S/MIME

_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to