OSDN Git Service

C++: Fix function return type printing.
authorChristian Kamm <christian.d.kamm@nokia.com>
Mon, 12 Sep 2011 06:41:53 +0000 (08:41 +0200)
committerChristian Kamm <christian.d.kamm@nokia.com>
Mon, 12 Sep 2011 09:16:39 +0000 (11:16 +0200)
commit151475a0fe0bef303f0f6ce86fe9440d22bc2d9b
tree3b43bd885de22e789b95661fbdf849e804ef3724
parent903c6b60cdd6c67b4fa5935d25213625e5f22724
C++: Fix function return type printing.

We used to print T * foo(), but our style suggests T *foo().

Change-Id: Ie3b0ce6b620785ec98aeb394f7955ce959440619
Reviewed-on: http://codereview.qt-project.org/4634
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
src/libs/cplusplus/TypePrettyPrinter.cpp
tests/auto/cplusplus/typeprettyprinter/tst_typeprettyprinter.cpp