[Development] Un-inlining members allowed?

Allan Sandfeld Jensen kde at carewolf.com
Mon Oct 22 09:55:48 CEST 2018


On Sonntag, 21. Oktober 2018 20:07:38 CEST Christian Ehrlicher wrote:
> Hi,
> 
> one more question - is it ok to un-inline a function? For example I want
> to move QListWidgetItem::isSelected() to the cpp file so I can properly
> mark QListWidget::isItemSelected() as deprecated but I'm unsure if this
> is allowed.
> 
That should work, though it seems unnecessary. In any case you will need to 
disable the warnings around the code using the deprecated API.

'Allan





More information about the Development mailing list