Clang: Clean up ClangEditorDocumentParser

Change-Id: Ib7e0b7c51b4c751b184021baac9e26d008dea06c
Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2015-07-08 10:24:05 +02:00
parent 521d7cf7a3
commit cf4eae090a

View File

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