[Solved] wiki article diff issue
-
see this wiki page: "http://developer.qt.nokia.com/wiki/Proxy_model_example_code":http://developer.qt.nokia.com/wiki/Proxy_model_example_code
Notice this line # 184 at the end:@
return app.exec();
@Now see the diff to the immediate previous version, this line shows (without the spaces in the code for braces):
@
return app.exec& #40;& #41;;
@