DiffEditor: Remove some empty destructors

Change-Id: Icd81940f4f91bf78e9e34c2ab5bb2c0a72c831bf
Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-01-30 10:56:46 +01:00
parent 83e8a6cb27
commit f1ac9cd56d
4 changed files with 0 additions and 12 deletions

View File

@@ -58,7 +58,6 @@ class DIFFEDITOR_EXPORT UnifiedDiffEditorWidget
Q_OBJECT
public:
UnifiedDiffEditorWidget(QWidget *parent = 0);
~UnifiedDiffEditorWidget();
void setDiffEditorGuiController(DiffEditorGuiController *controller);
DiffEditorGuiController *diffEditorGuiController() const;