forked from qt-creator/qt-creator
ClangTools: Proliferate use of FilePath
Change-Id: I3eb16546a729ab01c10e37572adac9aef83f5cd4 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <utils/fileutils.h>
|
||||
#include <utils/filepath.h>
|
||||
|
||||
#include <QPair>
|
||||
#include <QStringList>
|
||||
@@ -43,7 +43,7 @@ QString queryVersion(const Utils::FilePath &clangToolPath, QueryFailMode failMod
|
||||
class ClangTidyInfo
|
||||
{
|
||||
public:
|
||||
ClangTidyInfo(const QString &executablePath);
|
||||
ClangTidyInfo(const Utils::FilePath &executablePath);
|
||||
QStringList defaultChecks;
|
||||
QStringList supportedChecks;
|
||||
};
|
||||
@@ -60,7 +60,7 @@ using ClazyChecks = QVector<ClazyCheck>;
|
||||
class ClazyStandaloneInfo
|
||||
{
|
||||
public:
|
||||
ClazyStandaloneInfo(const QString &executablePath);
|
||||
ClazyStandaloneInfo(const Utils::FilePath &executablePath);
|
||||
|
||||
QVersionNumber version;
|
||||
QStringList defaultChecks;
|
||||
|
||||
Reference in New Issue
Block a user