forked from qt-creator/qt-creator
Clang: Use PathString in more cases
Change-Id: I7bee469256a79b384bf7b8c1d5355f1df11c7b24 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -79,7 +79,7 @@ TEST_F(ChangedFilePathCompressor, CallTimeOutAfterAddingPath)
|
||||
|
||||
void ChangedFilePathCompressor::SetUp()
|
||||
{
|
||||
compressor.setCallback([&] (Utils::SmallStringVector &&filePaths) {
|
||||
compressor.setCallback([&] (Utils::PathStringVector &&filePaths) {
|
||||
mockCompressor.callbackCalled(filePaths);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user