forked from qt-creator/qt-creator
Clang: Clean up ClangEditorDocumentParser
Change-Id: Ib7e0b7c51b4c751b184021baac9e26d008dea06c Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
@@ -28,7 +28,6 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef CLANGEDITORDOCUMENTPARSER_H
|
#ifndef CLANGEDITORDOCUMENTPARSER_H
|
||||||
#define CLANGEDITORDOCUMENTPARSER_H
|
#define CLANGEDITORDOCUMENTPARSER_H
|
||||||
|
|
||||||
@@ -36,7 +35,6 @@
|
|||||||
|
|
||||||
#include <cpptools/baseeditordocumentparser.h>
|
#include <cpptools/baseeditordocumentparser.h>
|
||||||
|
|
||||||
|
|
||||||
namespace CppTools { class WorkingCopy; }
|
namespace CppTools { class WorkingCopy; }
|
||||||
|
|
||||||
namespace ClangCodeModel {
|
namespace ClangCodeModel {
|
||||||
@@ -45,9 +43,6 @@ class ClangEditorDocumentParser : public CppTools::BaseEditorDocumentParser
|
|||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
|
||||||
typedef QSharedPointer<ClangEditorDocumentParser> Ptr;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
ClangEditorDocumentParser(const QString &filePath);
|
ClangEditorDocumentParser(const QString &filePath);
|
||||||
|
|
||||||
@@ -59,8 +54,6 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
SemanticMarker::Ptr m_marker;
|
SemanticMarker::Ptr m_marker;
|
||||||
QStringList m_options;
|
|
||||||
Internal::UnsavedFiles m_unsavedFiles;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace ClangCodeModel
|
} // namespace ClangCodeModel
|
||||||
|
|||||||
Reference in New Issue
Block a user