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

Method on_pbSave_clicked

App/ServiceConfigure/MainWindow.cpp:51–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void CMainWindow::on_pbSave_clicked()
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);
61#endif
62}
63
64int CMainWindow::InitTab()
65{

Callers

nothing calls this directly

Calls 2

SaveMethod · 0.45
GetParameterMethod · 0.45

Tested by

no test coverage detected