mirror of
https://github.com/tnodir/fort
synced 2024-11-15 03:46:13 +00:00
UI: ConfManager::updateDriverServices: Only own service processes
This commit is contained in:
parent
454779a1d6
commit
c630b51f86
@ -834,9 +834,9 @@ void ConfManager::updateServices()
|
|||||||
auto serviceInfoManager = IoC<ServiceInfoManager>();
|
auto serviceInfoManager = IoC<ServiceInfoManager>();
|
||||||
|
|
||||||
int runningServicesCount = 0;
|
int runningServicesCount = 0;
|
||||||
const QVector<ServiceInfo> services =
|
const QVector<ServiceInfo> services = serviceInfoManager->loadServiceInfoList(
|
||||||
serviceInfoManager->loadServiceInfoList(ServiceInfo::TypeWin32, ServiceInfo::StateAll,
|
ServiceInfo::TypeWin32OwnProcess, ServiceInfo::StateAll,
|
||||||
/*displayName=*/false, &runningServicesCount);
|
/*displayName=*/false, &runningServicesCount);
|
||||||
|
|
||||||
serviceInfoManager->monitorServices(services);
|
serviceInfoManager->monitorServices(services);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user