Clang: Use PathString in more cases

Change-Id: I7bee469256a79b384bf7b8c1d5355f1df11c7b24
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Marco Bubke
2017-02-01 14:51:57 +01:00
parent 01a96537a8
commit 8f93ec3020
9 changed files with 20 additions and 20 deletions

View File

@@ -79,7 +79,7 @@ TEST_F(ChangedFilePathCompressor, CallTimeOutAfterAddingPath)
void ChangedFilePathCompressor::SetUp()
{
compressor.setCallback([&] (Utils::SmallStringVector &&filePaths) {
compressor.setCallback([&] (Utils::PathStringVector &&filePaths) {
mockCompressor.callbackCalled(filePaths);
});
}