qt5base-lts/tests/auto/tools
Olivier Goffart 2b0f02aa5c moc: Fix parsing of operator<
moc would skip the 'operator' keyword as unknown and try to parse a type again
but as it sees the '<' it looks for the corresponding '>' which does not exist
types can't start with '<' anyway, so return an invalid type and continue
parsing as usual

Task-number: QTBUG-36834

Change-Id: If3d27076ef9947abf8c57c594713eece9334d0b0
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
2014-02-14 14:33:17 +01:00
..
moc moc: Fix parsing of operator< 2014-02-14 14:33:17 +01:00
qdbuscpp2xml Test that Qt tools can handle ' as a digit separator. 2013-10-30 09:44:07 +01:00
qdbusxml2cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qmake Add JSON parsing support to qmake. 2013-10-17 08:07:25 +02:00
rcc RCC: Make auto-test pick up the right binary 2013-08-13 17:24:49 +02:00
uic Fix module name format in displayed code 2013-02-11 01:43:21 +01:00
tools.pro test: Disable tst_uic when -no-widgets is used 2013-04-22 16:24:44 +02:00