Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Cascades Development

Reply
Developer
oliver_kranz
Posts: 181
Registered: ‎09-18-2009
My Carrier: O2

Re: Qt Connect() statements broken in Beta 3

I had the same problem with the line:

 

connect(reply, SIGNAL(error(QNetworkReply::NetworkError)), this, SLOT(error(QNetworkReply::NetworkError)));

 

 

The solution above worked. I just disabled the broken qt syntax checker.

 

Thanks :-)

Please use plain text.