forked from qt-creator/qt-creator
		
	CodeAssist: The correction is just used inside C++ proposal.
Adding an empty default implementation to the base and Removing boilerplate code from the specialized classes. Change-Id: I4469d9f05d2ff153c0867c10683f86b4f656fd3d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
		@@ -39,8 +39,6 @@ public:
 | 
			
		||||
    ~FunctionHintProposal();
 | 
			
		||||
 | 
			
		||||
    bool isFragile() const override;
 | 
			
		||||
    bool isCorrective() const override;
 | 
			
		||||
    void makeCorrection(TextEditorWidget *editorWidget) override;
 | 
			
		||||
    IAssistProposalModel *model() const override;
 | 
			
		||||
    IAssistProposalWidget *createWidget() const override;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user