diff options
Diffstat (limited to 'src/plugins/cpptools/cpptoolseditorsupport.h')
-rw-r--r-- | src/plugins/cpptools/cpptoolseditorsupport.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cpptoolseditorsupport.h b/src/plugins/cpptools/cpptoolseditorsupport.h index a63ee7e6e5..f3bce1b546 100644 --- a/src/plugins/cpptools/cpptoolseditorsupport.h +++ b/src/plugins/cpptools/cpptoolseditorsupport.h @@ -121,6 +121,9 @@ signals: private slots: void onMimeTypeChanged(); + void onAboutToReload(); + void onReloadFinished(); + void updateDocument(); void updateDocumentNow(); @@ -166,6 +169,7 @@ private: // content caching mutable QString m_cachedContents; mutable int m_cachedContentsEditorRevision; + bool m_fileIsBeingReloaded; QTimer *m_updateEditorTimer; EditorUpdates m_editorUpdates; |