forked from qt-creator/qt-creator
ClangPchManager: Introduce PchTasksMerger
So far no merging is happening but we will add it after the rest of the pipeline is in shape. Task-number: QTCREATORBUG-21381 Change-Id: I610c243eabcb305843ad6339fdc636b0c3966fc1 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
#include <utils/smallstring.h>
|
||||
|
||||
#include <QDir>
|
||||
#include <utils/temporarydirectory.h>
|
||||
|
||||
inline
|
||||
bool operator==(const QString &first, const char *second)
|
||||
@@ -40,6 +40,6 @@ namespace UnitTest {
|
||||
inline
|
||||
Utils::PathString temporaryDirPath()
|
||||
{
|
||||
return Utils::PathString::fromQString(QDir::tempPath());
|
||||
return Utils::PathString::fromQString(Utils::TemporaryDirectory::masterDirectoryPath());
|
||||
}
|
||||
} // namespace UnitTest
|
||||
|
||||
Reference in New Issue
Block a user