summaryrefslogtreecommitdiffstats
path: root/tests/auto/linguist/lupdate/testdata/good/parsecpp2
Commit message (Collapse)AuthorAgeFilesLines
* introduce delayed resolution of aliasesOswald Buddenhagen2009-11-042-0/+27
| | | | | | | | this has two effects: - using-declarations which use forward-declared classes work without collecting the forward declarations, as the resolution happens at a place where the class definition must have been encountered already - it should be a bit faster
* fix bogus "Class '<foo>' lacks Q_OBJECT macro"Oswald Buddenhagen2009-11-043-0/+97
| | | | | | the optimization not to look for parent definitions if we already knew that there would be none did not consider that we only know that the leaf node is missing, not any intermediate nodes.
* Update license headers again.Jason McDonald2009-09-093-12/+12
| | | | Reviewed-by: Trust Me
* Updating line-numbers for linguist auto testsJoão Abecasis2009-09-041-4/+4
|
* Add license headers to lupdate autotest datahjk2009-08-313-0/+123
| | | | The data is essentially random line noise that happens to live in a .cpp file.
* add 4.6 specific modifications to linguist tools testsOswald Buddenhagen2009-06-306-0/+117