aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testreverseoperators.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add support to fix bug#493 - "__eq__ and friends not implemented for ↵Hugo Parente Lima2012-03-091-1/+16
| | | | | | | QKeyEvent == QKeySequence" Reviewer: Renato Araújo <renato.filho@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Adds reverse operator functions to the proper classes.Marcelo Lira2012-03-091-1/+48
| | | | | | | | | | | AbstractMetaBuilder::traverseOperatorFunction does additional checks to avoid mistaken a class' reverse operator as a direct operator of another class. An unit test was added to check for this case. Reviewed by Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Adds many tests regarding default copy constructors.Marcelo Lira2012-03-091-1/+1
| | | | | | | Also updated other tests dealing with constructor counting. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* - All reverse operators are now properly tagged as "reverse operator".Hugo Lima2009-11-091-0/+68
- Reverse operators aren't tagged as static methods anymore. - Reverse operators now have just one parameter, the one that matters. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>