Skip to content
Snippets Groups Projects
Commit 33f37b43 authored by hjk's avatar hjk
Browse files

debugger: simplify StartGdbServerDialogPrivate


Change-Id: I981e5ae6bf4506b3150a7e084ea099ac97de4b61
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent 67ebbac7
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,6 @@ public: ...@@ -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: ...@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment