CompilationDatabaseProjectManager: Fix recent FilePath-ification

Amends: 33cdb052ba

Change-Id: Id2a7133aaee9e4618683066ce116090c522f04d5
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Alessandro Portale
2023-01-13 16:09:53 +01:00
committed by hjk
parent 9438575beb
commit 9414083ed5

View File

@@ -74,7 +74,7 @@ void CompilationDatabaseTests::testProject()
void CompilationDatabaseTests::testProject_data() void CompilationDatabaseTests::testProject_data()
{ {
QTest::addColumn<QString>("projectFilePath"); QTest::addColumn<FilePath>("projectFilePath");
addTestRow("qtc/compile_commands.json"); addTestRow("qtc/compile_commands.json");
addTestRow("llvm/compile_commands.json"); addTestRow("llvm/compile_commands.json");