forked from qt-creator/qt-creator
CompilationDatabaseProjectManager: Fix recent FilePath-ification
Amends: 33cdb052ba
Change-Id: Id2a7133aaee9e4618683066ce116090c522f04d5
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -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");
|
||||||
|
Reference in New Issue
Block a user