On Tuesday 29 April 2014, Dimitar Dobrev wrote:
>     I don't need invisible inlines either but some of them - such as
> QModelIndex::row() - are visible. Is there any way to emit just the
> visible inlines?
> 
Shouldn't be needed they are emitted by default. Only static inlines are 
omitted from the final binary. Note that you need to mark the methods exported 
due to -fvisibility-inlines-hidden (or remove that flag from your build).

Regards
`Allan
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to