forked from qt-creator/qt-creator
DiffEditor: Remove a bit of fluff
Change-Id: Ie1b2df8eb336078ced59d1406020ae57d2b53682 Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
This commit is contained in:
@@ -44,8 +44,7 @@ class DIFFEDITOR_EXPORT DiffEditorDocument : public Core::BaseTextDocument
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(QString plainText READ plainText STORED false) // For access by code pasters
|
||||
public:
|
||||
explicit DiffEditorDocument();
|
||||
virtual ~DiffEditorDocument();
|
||||
DiffEditorDocument();
|
||||
|
||||
DiffEditorController *controller() const;
|
||||
|
||||
@@ -62,7 +61,7 @@ public:
|
||||
QString plainText() const;
|
||||
|
||||
private:
|
||||
DiffEditorController *m_controller;
|
||||
DiffEditorController *const m_controller;
|
||||
};
|
||||
|
||||
} // namespace DiffEditor
|
||||
|
||||
Reference in New Issue
Block a user