summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cpptoolseditorsupport.h
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@digia.com>2013-04-16 19:20:02 +0200
committerDavid Schulz <david.schulz@digia.com>2013-04-30 15:00:07 +0200
commite6e30c3fd348b5c30788b6195bf81bffaf6654e5 (patch)
treede5cc52637d27b25e3ae269d2db96ea5f5f32821 /src/plugins/cpptools/cpptoolseditorsupport.h
parentc702639a8e6421a1e627e790d39a5f42da184e26 (diff)
downloadqt-creator-e6e30c3fd348b5c30788b6195bf81bffaf6654e5.tar.gz
CppEditor: Tests: Add initial Follow Symbol Under Cursor tests
Test cases are examples from Working Draft, Standard for Programming Language C++ Document Number: N3242=11-0012 Change-Id: I624c315943d6a00e821abb52eef6e0ff4a40f0d7 Reviewed-by: Przemyslaw Gorszkowski <pgorszkowski@gmail.com> Reviewed-by: David Schulz <david.schulz@digia.com>
Diffstat (limited to 'src/plugins/cpptools/cpptoolseditorsupport.h')
-rw-r--r--src/plugins/cpptools/cpptoolseditorsupport.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cpptoolseditorsupport.h b/src/plugins/cpptools/cpptoolseditorsupport.h
index d7534f33e2..64f75390bd 100644
--- a/src/plugins/cpptools/cpptoolseditorsupport.h
+++ b/src/plugins/cpptools/cpptoolseditorsupport.h
@@ -95,6 +95,9 @@ public:
QString contents() const;
unsigned editorRevision() const;
+ bool isDocumentBeingUpdated() const;
+ bool isDocumentScheduledForUpdate() const;
+
void setExtraDiagnostics(const QString &key,
const QList<CPlusPlus::Document::DiagnosticMessage> &messages);