forked from qt-creator/qt-creator
		
	TextEditor: Cleanup some redundant virtual keywords
Change-Id: Ic6157a1d780551977ffbb65ba4fc374a40e95662 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
		
				
					committed by
					
						 Orgad Shaneh
						Orgad Shaneh
					
				
			
			
				
	
			
			
			
						parent
						
							10fa9c5c77
						
					
				
				
					commit
					9f06081a0a
				
			| @@ -452,8 +452,8 @@ public: | ||||
|         , m_replaceDotForArrow(static_cast<CppAssistProposalModel *>(model)->m_replaceDotForArrow) | ||||
|     {} | ||||
|  | ||||
|     virtual bool isCorrective() const { return m_replaceDotForArrow; } | ||||
|     virtual void makeCorrection(BaseTextEditor *editor); | ||||
|     bool isCorrective() const { return m_replaceDotForArrow; } | ||||
|     void makeCorrection(BaseTextEditor *editor); | ||||
|  | ||||
| private: | ||||
|     bool m_replaceDotForArrow; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user