From d47aed5201f12348927f3eff3edeab2641555de3 Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Thu, 2 May 2013 11:07:00 +0200 Subject: 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 --- src/plugins/cpptools/cpptoolseditorsupport.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/plugins/cpptools/cpptoolseditorsupport.h') diff --git a/src/plugins/cpptools/cpptoolseditorsupport.h b/src/plugins/cpptools/cpptoolseditorsupport.h index 64f75390bd..d7534f33e2 100644 --- a/src/plugins/cpptools/cpptoolseditorsupport.h +++ b/src/plugins/cpptools/cpptoolseditorsupport.h @@ -95,9 +95,6 @@ public: QString contents() const; unsigned editorRevision() const; - bool isDocumentBeingUpdated() const; - bool isDocumentScheduledForUpdate() const; - void setExtraDiagnostics(const QString &key, const QList &messages); -- cgit v1.2.1