PE: Fix missing ';'

Change-Id: Ibfa212834e8c6fcf7d46336ef7bcee1e6526c8cd
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2019-03-01 13:23:07 +01:00
committed by hjk
parent cbfc6e522d
commit 32c3867131

View File

@@ -57,7 +57,7 @@ namespace Internal {
LocalProcessList::LocalProcessList(const IDevice::ConstPtr &device, QObject *parent)
: DeviceProcessList(device, parent)
{
setOwnPid(GetCurrentProcessId())
setOwnPid(GetCurrentProcessId());
}
QList<DeviceProcessItem> LocalProcessList::getLocalProcesses()