summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppquickfix_test_utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CppEditor: Move InsertVirtualMethods to its own fileOrgad Shaneh2014-01-241-58/+0
| | | | | | | | It contains many components, doesn't make sense to have it with all other quickfixes. Change-Id: Idede14c90ba9b612ae9e9048f5795d674811acfe Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
| | | | | | Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* CppEditor: Tests: Fix blocking the token tests by a pop upNikolai Kosjar2013-07-231-0/+58
Now the used QuickFixFactory InsertVirtualMethods is configured to not generate any pop ups. Change-Id: I36d297678d87e6fb2eb0a73fea6384f0eb7e21f0 Reviewed-by: Christian Stenger <christian.stenger@digia.com>