forked from qt-creator/qt-creator
		
	CppTools: Rename EditorDocumentHandle to CppEditorDocumentHandle
...and related functions. For clarity in client code. Change-Id: Icad6fc7b1eee2ce46a2eba8435359837a23409c8 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
This commit is contained in:
		@@ -36,11 +36,11 @@
 | 
			
		||||
 | 
			
		||||
namespace CppTools {
 | 
			
		||||
 | 
			
		||||
class CPPTOOLS_EXPORT EditorDocumentHandle
 | 
			
		||||
class CPPTOOLS_EXPORT CppEditorDocumentHandle
 | 
			
		||||
{
 | 
			
		||||
public:
 | 
			
		||||
    EditorDocumentHandle();
 | 
			
		||||
    virtual ~EditorDocumentHandle();
 | 
			
		||||
    CppEditorDocumentHandle();
 | 
			
		||||
    virtual ~CppEditorDocumentHandle();
 | 
			
		||||
 | 
			
		||||
    bool needsRefresh() const;
 | 
			
		||||
    void setNeedsRefresh(bool needsRefresh);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user