Device support: Rename DeviceProcess to DeviceProcessItem.

We want to introduce a new class that has more right to that name.

Change-Id: I9535632e10872a97a8555e885a80c383bc5dcd2b
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Christian Kandeler
2013-08-08 11:13:20 +02:00
parent 2665a1249b
commit b055c0e506
12 changed files with 41 additions and 41 deletions

View File

@@ -62,7 +62,7 @@ public:
DeviceProcessesDialog *dialog;
bool startServerOnly;
DeviceProcess process;
DeviceProcessItem process;
Kit *kit;
IDevice::ConstPtr device;