so is a bug? or feature?<br><br><br><div><span class="gmail_quote">2008/2/26, Thiago Macieira <<a href="mailto:thiago@kde.org">thiago@kde.org</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Eduardo Robles Elvira wrote:<br> >The private slot A::debugMe() is executed, triggered by B::signalB(),<br> > even if B and A are not friend classes, so it's clear that in this case<br> > connect() doesn't take into accound if the scope is private/public.<br>
 <br> That is correct. There's no way for QObject::connect() to know the<br> friendship between two classes and where the call to it was made.<br> <br><br> --<br>   Thiago Macieira  -  thiago (AT) <a href="http://macieira.info">macieira.info</a> - thiago (AT) <a href="http://kde.org">kde.org</a><br>
     PGP/GPG: 0x6EF45358; fingerprint:<br>     E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358<br> <br></blockquote></div><br>