MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / foreach

Function foreach

App/ServiceConfigure/MainWindow.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52{
53 emit sigAccept();
54 foreach(auto service, m_Service)
55 {
56 service->SaveConfigure();
57 }
58#ifdef HAVE_ICE
59 QSettings set(RabbitCommon::CDir::Instance()->GetFileUserConfigure(), QSettings::IniFormat);
60 CICE::Instance()->GetParameter()->Save(set);

Callers

nothing calls this directly

Calls 8

SaveConfigureMethod · 0.80
LoadConfigureMethod · 0.80
NewServiceMethod · 0.45
GetParameterWidgetMethod · 0.45
IconMethod · 0.45
DisplayNameMethod · 0.45
StopMethod · 0.45
StartMethod · 0.45

Tested by

no test coverage detected