forked from qt-creator/qt-creator
Debugger: Initialize pointer members in constructor
Detected by CppCheck Change-Id: Id62195296615a4a1307f957b05c691d12901fefd Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -59,7 +59,7 @@ namespace Internal {
|
|||||||
class StartGdbServerDialogPrivate
|
class StartGdbServerDialogPrivate
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
StartGdbServerDialogPrivate() {}
|
StartGdbServerDialogPrivate() : dialog(0), kit(0) {}
|
||||||
|
|
||||||
DeviceProcessesDialog *dialog;
|
DeviceProcessesDialog *dialog;
|
||||||
bool startServerOnly;
|
bool startServerOnly;
|
||||||
|
|||||||
Reference in New Issue
Block a user