forked from qt-creator/qt-creator
DiffEditor: Initialize pointers
Change-Id: I462dbb5596b23c18a23360d630ed54cd307ce7f7 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
03ff931e92
commit
1b174a30fd
@@ -70,8 +70,8 @@ private slots:
|
|||||||
void testReadPatch();
|
void testReadPatch();
|
||||||
#endif // WITH_TESTS
|
#endif // WITH_TESTS
|
||||||
private:
|
private:
|
||||||
QAction *m_diffCurrentFileAction;
|
QAction *m_diffCurrentFileAction = nullptr;
|
||||||
QAction *m_diffOpenFilesAction;
|
QAction *m_diffOpenFilesAction = nullptr;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Internal
|
} // namespace Internal
|
||||||
|
Reference in New Issue
Block a user