[Development] Deprecated functions / procedure of removal in Qt6?

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Mon Oct 22 07:05:37 CEST 2018


Am 22.10.2018 um 00:14 schrieb Giuseppe D'Angelo via Development:
> Hi,
>
> Thus, adding deprecation warnings is definitely the right thing to do: 
> users get the deprecation warnings (*), and we have an easy way to 
> find and drop all those functions.
>
Ok, I'll go on with adding Q_DECL_DEPRECATED + QT_VERSION < 
QT_VERSION_CHECK(6, 0, 0) in the places where only the documentation 
states that this function is deprecated then. Otherwise they might get 
forgotten again :)


Thx,
Christian



More information about the Development mailing list