Prepending an ampersand in code wrapping incorrectly appends a semicolon.
-
In "this post":http://developer.qt.nokia.com/forums/viewthread/7888/ I noticed that when I added
@
connect(&tcpSocket;, ...) // Typed no semicolon after tcpSocket, but one appears.
@the resulting text has a semicolon appended. If you then go to edit the post, the semicolon has appeared there, too.
Hey, it happened here too! :-)
I opened QTWEBSITE-264 on JIRA, as well.