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:
Nikolai Kosjar
2019-07-23 10:04:01 +02:00
parent b06f235989
commit f240a9a947
10 changed files with 38 additions and 35 deletions

View File

@@ -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