aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cppmodelmanager/testdata_project2
Commit message (Collapse)AuthorAgeFilesLines
* C++ Refactoring: Fix the include macros in header files after renamingMiklos Marton2020-08-212-0/+20
| | | | | | Fixes: QTCREATORBUG-4686 Change-Id: If22078bb183910941d8e2a94b0e8629baa2fa8de Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
| | | | | | | Kudos to cgmb and https://github.com/cgmb/guardonce Change-Id: Ifa8970734b8d43fd08c9260c645bdb0228633791 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* CppTools: Fix snapshot in case another project is openedNikolai Kosjar2013-06-283-0/+28
When a second project was opened the snapshot was reset. That resulted in all kinds of problems since from then on the code model effectively was not aware of the files of the first project. The regression was introduced by commit a0d6df7b. Change-Id: I1ccc9de68177205b49a4ba8ead2bc8abe4592b32 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>