forked from qt-creator/qt-creator
DiffEditor: Init some more members to nullptr
Change-Id: Ia08c0ce5d6641533fe08f0a500f7439ec79882d8 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
André Hartmann
parent
0422374e04
commit
98acd22734
@@ -79,12 +79,12 @@ private:
|
||||
QComboBox *m_entriesComboBox = nullptr;
|
||||
QSpinBox *m_contextSpinBox = nullptr;
|
||||
QAction *m_contextSpinBoxAction = nullptr;
|
||||
QAction *m_toggleSyncAction;
|
||||
QAction *m_whitespaceButtonAction;
|
||||
QAction *m_toggleDescriptionAction;
|
||||
QAction *m_reloadAction;
|
||||
QAction *m_toggleSyncAction = nullptr;
|
||||
QAction *m_whitespaceButtonAction = nullptr;
|
||||
QAction *m_toggleDescriptionAction = nullptr;
|
||||
QAction *m_reloadAction = nullptr;
|
||||
QAction *m_contextLabelAction = nullptr;
|
||||
QAction *m_viewSwitcherAction;
|
||||
QAction *m_viewSwitcherAction = nullptr;
|
||||
QPair<QString, QString> m_currentFileChunk;
|
||||
int m_currentViewIndex = -1;
|
||||
int m_currentDiffFileIndex = -1;
|
||||
|
Reference in New Issue
Block a user