Git: Modernize

* Use auto
* Use override
* Use some member initializers

Change-Id: I3ca000d1c8e4d02331d58b85e68e4d771c636b29
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Orgad Shaneh
2018-09-18 15:53:35 +03:00
committed by Orgad Shaneh
parent c83b5afa9b
commit 202d40f256
37 changed files with 68 additions and 74 deletions

View File

@@ -96,9 +96,9 @@ public:
LogChangeWidget *widget() const;
private:
LogChangeWidget *m_widget;
QDialogButtonBox *m_dialogButtonBox;
QComboBox *m_resetTypeComboBox;
LogChangeWidget *m_widget = nullptr;
QDialogButtonBox *m_dialogButtonBox = nullptr;
QComboBox *m_resetTypeComboBox = nullptr;
};
class LogItemDelegate : public QStyledItemDelegate