CppEditor: Tests: Remove superfluous reference to CppEditorSupport

Also remove the introduced functions in CppEditorSupport. We can just
wait until the document is "Full Checked" via Document::checkmode().

Change-Id: I31d23016f5aa5d3c37e8e05078436ab901bfb2d7
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
Nikolai Kosjar
2013-05-02 11:07:00 +02:00
parent 7047cf0140
commit d47aed5201
3 changed files with 8 additions and 24 deletions

View File

@@ -95,9 +95,6 @@ public:
QString contents() const;
unsigned editorRevision() const;
bool isDocumentBeingUpdated() const;
bool isDocumentScheduledForUpdate() const;
void setExtraDiagnostics(const QString &key,
const QList<CPlusPlus::Document::DiagnosticMessage> &messages);