forked from qt-creator/qt-creator
Clang: Add progress bars for creating PCHs and indexing
Task-number: QTCREATORBUG-21112 Change-Id: Ie0c00a58f479a2fe7cbc7322490808509733ff0f Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -82,7 +82,8 @@ protected:
|
||||
RefactoringDatabaseInitializer<Sqlite::Database> initializer{database};
|
||||
FilePathCaching filePathCache{database};
|
||||
ClangBackEnd::GeneratedFiles generatedFiles;
|
||||
ClangBackEnd::SymbolIndexing indexing{database, filePathCache, generatedFiles};
|
||||
NiceMock<MockFunction<void(int, int)>> mockSetProgressCallback;
|
||||
ClangBackEnd::SymbolIndexing indexing{database, filePathCache, generatedFiles, mockSetProgressCallback.AsStdFunction()};
|
||||
StatementFactory queryFactory{database};
|
||||
Query query{queryFactory};
|
||||
PathString main1Path = TESTDATA_DIR "/symbolindexing_main1.cpp";
|
||||
|
||||
Reference in New Issue
Block a user