DiffEditor: Init some more members to nullptr

Change-Id: Ia08c0ce5d6641533fe08f0a500f7439ec79882d8
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Andre Hartmann
2024-02-08 17:57:06 +01:00
committed by André Hartmann
parent 0422374e04
commit 98acd22734

View File

@@ -79,12 +79,12 @@ private:
QComboBox *m_entriesComboBox = nullptr; QComboBox *m_entriesComboBox = nullptr;
QSpinBox *m_contextSpinBox = nullptr; QSpinBox *m_contextSpinBox = nullptr;
QAction *m_contextSpinBoxAction = nullptr; QAction *m_contextSpinBoxAction = nullptr;
QAction *m_toggleSyncAction; QAction *m_toggleSyncAction = nullptr;
QAction *m_whitespaceButtonAction; QAction *m_whitespaceButtonAction = nullptr;
QAction *m_toggleDescriptionAction; QAction *m_toggleDescriptionAction = nullptr;
QAction *m_reloadAction; QAction *m_reloadAction = nullptr;
QAction *m_contextLabelAction = nullptr; QAction *m_contextLabelAction = nullptr;
QAction *m_viewSwitcherAction; QAction *m_viewSwitcherAction = nullptr;
QPair<QString, QString> m_currentFileChunk; QPair<QString, QString> m_currentFileChunk;
int m_currentViewIndex = -1; int m_currentViewIndex = -1;
int m_currentDiffFileIndex = -1; int m_currentDiffFileIndex = -1;