[Development] On deprecating functions

Edward Welbourne edward.welbourne at qt.io
Mon Mar 4 18:58:40 CET 2019


Christian Ehrlicher (4 March 2019 17:51) wrote
> So what's the correct way to deprecate a function and not forgetting
> about QT_DEPRECATED later on as it happened with a lot of functions
> during Qt4 times?

Isn't that what
#if QT_DEPRECATED_SINCE(5, 13)
is for ?

	Eddy.




More information about the Development mailing list