How to access to Qt class private member
-
I know is wrong and immoral , but the only solution for my "problem":http://developer.qt.nokia.com/forums/viewthread/8329/ is to access the QWebFramePrivate member of QWebFrame.
I made some researches to find methods to obtain private access ("this":http://bloglitb.blogspot.com/2010/07/access-to-private-members-thats-easy.html is the best solution I found) but, as far as I know, the class header is needed, but I can't find any QWebFramePrivate.h in qt library.However is possible to copy the code of QWebFrame, creating a similar class?