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
|
||||
#define CLANGEDITORDOCUMENTPARSER_H
|
||||
|
||||
@@ -36,7 +35,6 @@
|
||||
|
||||
#include <cpptools/baseeditordocumentparser.h>
|
||||
|
||||
|
||||
namespace CppTools { class WorkingCopy; }
|
||||
|
||||
namespace ClangCodeModel {
|
||||
@@ -45,9 +43,6 @@ class ClangEditorDocumentParser : public CppTools::BaseEditorDocumentParser
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
typedef QSharedPointer<ClangEditorDocumentParser> Ptr;
|
||||
|
||||
public:
|
||||
ClangEditorDocumentParser(const QString &filePath);
|
||||
|
||||
@@ -59,8 +54,6 @@ public:
|
||||
|
||||
private:
|
||||
SemanticMarker::Ptr m_marker;
|
||||
QStringList m_options;
|
||||
Internal::UnsavedFiles m_unsavedFiles;
|
||||
};
|
||||
|
||||
} // namespace ClangCodeModel
|
||||
|
||||
Reference in New Issue
Block a user