forked from qt-creator/qt-creator
		
	Debugger: Remove widget argument from tooltip request
The only information ever used is whether it's c++ or not. Change-Id: I4ca00663856dd66cbdf58c468f175a8c9e41d6a5 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
		@@ -383,8 +383,7 @@ protected:
 | 
			
		||||
    //
 | 
			
		||||
    // Watch specific stuff
 | 
			
		||||
    //
 | 
			
		||||
    virtual bool setToolTipExpression(TextEditor::TextEditorWidget *editor,
 | 
			
		||||
        const DebuggerToolTipContext &);
 | 
			
		||||
    virtual bool setToolTipExpression(const DebuggerToolTipContext &);
 | 
			
		||||
    virtual void assignValueInDebugger(const WatchData *data,
 | 
			
		||||
        const QString &expr, const QVariant &value);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user