aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testreferencetopointer.h
Commit message (Collapse)AuthorAgeFilesLines
* Meta type minimal signature should place reference symbol after pointer symbols.Marcelo Lira2012-03-091-0/+36
The minimalSignature method was placing '&' before '*'. For example, the signature "foo(Bar*&)" was becoming "foo(Bar&*)". An unit test was added to verify AbstractMetaType::minimalSignature(). Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Anderson Lizardo <anderson.lizardo@openbossa.org>