Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
None
-
None
Description
I just ran across the issue in http://developer.qt.nokia.com/forums/viewthread/7888/ (reply #5) where adding the following:
@
connect(&tcpSocket, ... )
@
creates a line which contains:
connect(&tcpSocket;, ... )
Upon editing the post, the semicolon has appeared in the source as well.