[Interest] Dealing with unexported class in private API

iman ahmadvand iman72411 at gmail.com
Mon Sep 25 12:39:37 CEST 2017


Hi.
Nowadays I'm dealing with problem of the symbols absence for some private
part classes.
for example in qabstractscrollarea_p.h class
QAbstractScrollAreaScrollBarContainer
is not exported while QAbstractScrollAreaPrivate is.
So if you try to access QAbstractScrollAreaPrivate::scrollBarContainers you
get linker error ! (seems to happen on windows only)

I need to access that class member (scrollBarContainers->layout) without
compiling dependencies!
Is there a solution ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20170925/30588759/attachment.html>


More information about the Interest mailing list