forked from qt-creator/qt-creator
ClangTools: Clean up
Remove pointless classes and members. Change-Id: I0f65934191c9db8b273aff85b70d45d510413cdb Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -28,21 +28,15 @@
|
||||
#include "clangtoolsdiagnostic.h"
|
||||
|
||||
#include <QList>
|
||||
#include <QCoreApplication>
|
||||
|
||||
namespace Utils { class FileName; }
|
||||
|
||||
namespace ClangTools {
|
||||
namespace Internal {
|
||||
|
||||
class LogFileReader
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(ClangTools::Internal::LogFileReader)
|
||||
public:
|
||||
static QList<Diagnostic> readSerialized(const QString &filePath,
|
||||
QList<Diagnostic> readSerializedDiagnostics(const QString &filePath,
|
||||
const QString &logFilePath,
|
||||
QString *errorMessage);
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace ClangTools
|
||||
|
||||
Reference in New Issue
Block a user