ClangTools: Get rid of OutputFileFormat enum

This enum contains only one value now, so it's no-op.

Amends 9fc2fda07e

Change-Id: Ifa144dafb6155db93c06e3faecc40e38e464dac0
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2023-01-06 12:23:18 +01:00
parent b7731b58a8
commit bf864ff371
7 changed files with 6 additions and 32 deletions

View File

@@ -6,7 +6,6 @@
#include "clangfileinfo.h"
#include "clangtoolsdiagnostic.h"
#include "clangtoolsdiagnosticmodel.h"
#include "clangtoolslogfilereader.h"
#include <debugger/debuggermainwindow.h>
@@ -66,8 +65,7 @@ public:
const RunSettings &runSettings,
const CppEditor::ClangDiagnosticConfig &diagnosticConfig);
Diagnostics read(OutputFileFormat outputFileFormat,
const QString &logFilePath,
Diagnostics read(const QString &logFilePath,
const QSet<Utils::FilePath> &projectFiles,
QString *errorMessage) const;