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


_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to