forked from qt-creator/qt-creator
Rename some methods and variables in DiffEditor
Change-Id: Ic6db2882c9468b9451a785e4657e4255b40fca4c Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -55,8 +55,8 @@ protected:
|
||||
// inside reload() (for synchronous reload)
|
||||
// or later (for asynchronous reload)
|
||||
virtual void reload() = 0;
|
||||
DiffEditorController *diffEditorController() const;
|
||||
void setDiffEditorController(DiffEditorController *diffEditorController);
|
||||
DiffEditorController *controller() const;
|
||||
void setController(DiffEditorController *controller);
|
||||
|
||||
protected slots:
|
||||
void reloadFinished();
|
||||
|
||||
Reference in New Issue
Block a user