forked from qt-creator/qt-creator
ClangTools: Add using for QList<Diagnostics>
Change-Id: Ie7978fc33386d083b786ad75b3b6700125b11fec Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -34,10 +34,10 @@ namespace Utils { class FilePath; }
|
||||
namespace ClangTools {
|
||||
namespace Internal {
|
||||
|
||||
QList<Diagnostic> readSerializedDiagnostics(const QString &filePath,
|
||||
const QSet<Utils::FilePath> &projectFiles,
|
||||
const QString &logFilePath,
|
||||
QString *errorMessage);
|
||||
Diagnostics readSerializedDiagnostics(const QString &filePath,
|
||||
const QSet<Utils::FilePath> &projectFiles,
|
||||
const QString &logFilePath,
|
||||
QString *errorMessage);
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace ClangTools
|
||||
|
||||
Reference in New Issue
Block a user