| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 5 | |
Hi Guys Thanks for the tips, I have solved the problem. Now I just have to figure out how the solution works :-) I changed the definition in svNode from QPointer<svNodeChain*> to QPointer<svNodeChain> but that didn't solve the problem. But when I continued with changing the call to nodens->hostChain = const_cast<svNodeChain*>(this); all errors suddenly disapeared. Thanks Ulf Rosvall