Skip to content

Work/deprecate properties

Alexander Lohnau requested to merge work/deprecate_properties into master

This deprecated a bunch of properties that are unused/defunct/do not make sense anymore. And in KF6 we should remove them.

@kossebau Correct me if I am wrong: We can not add the BUILD_DEPRECATED_SINCE macro around the member definitions, because they are member variables and not in a pimpl and excluding them from the build would change the size of the resulting class.

@leinir

Merge request reports