On Mon, 18 Apr 2022 at 19:41, Lisandro Damián Nicanor Pérez Meyer
<perezme...@gmail.com> wrote:
>
> While reviewing a Qt 6 build I found out that it seems that Qt 6 is
> not adding the right [symbols versioning] to the private symbols as Qt
> 5 used to do... or maybe I'm missing something?
>
> [symbols versioning]
> <https://users.informatik.haw-hamburg.de/~krabat/FH-Labor/gnupro/5_GNUPro_Utilities/c_Using_LD/ldLinker_scripts.html#VERSION_command>
>
> As an example let's take
>
> QTableView::QTableView(QTableViewPrivate&, QWidget*)
>
> aka
>
> _ZN10QTableViewC2ER17QTableViewPrivateP7QWidget@Qt_6 6.1.2
>
> This ought to be marked as
>
> _ZN10QTableViewC2ER17QTableViewPrivateP7QWidget@

Sorry, that should have been

_ZN10QTableViewC2ER17QTableViewPrivateP7QWidget@Qt_6_PRIVATE_API
_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to