debugger: simplify StartGdbServerDialogPrivate

Change-Id: I981e5ae6bf4506b3150a7e084ea099ac97de4b61
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-08-06 13:02:01 +02:00
parent 67ebbac7b8
commit 33f37b4356

View File

@@ -94,7 +94,6 @@ public:
return DeviceProfileInformation::device(profile); return DeviceProfileInformation::device(profile);
} }
StartGdbServerDialog *q;
bool startServerOnly; bool startServerOnly;
DeviceProcessList *processList; DeviceProcessList *processList;
QSortFilterProxyModel proxyModel; QSortFilterProxyModel proxyModel;
@@ -113,7 +112,7 @@ public:
}; };
StartGdbServerDialogPrivate::StartGdbServerDialogPrivate(StartGdbServerDialog *q) StartGdbServerDialogPrivate::StartGdbServerDialogPrivate(StartGdbServerDialog *q)
: q(q), startServerOnly(true), processList(0) : startServerOnly(true), processList(0)
{ {
QSettings *settings = ICore::settings(); QSettings *settings = ICore::settings();