示例#1
0
void TestBase::prependFakeRootToPathList(const QTemporaryDir & root, PathList & pathList)
{
  auto tmp = pathList.toStringList();
  prependFakeRootToPathList(root, tmp);
  pathList = PathList::fromStringList(tmp);
}