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

Function foreach

App/Client/Recent/FrmRecent.cpp:278–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276 qDebug(log) << Q_FUNC_INFO;
277 auto m = m_pMenuNew->actions();
278 foreach(auto a, m) {
279 a->deleteLater();
280 }
281 foreach (auto a, m_MenuStartByType) {
282 a->deleteLater();
283 }

Callers

nothing calls this directly

Calls 11

LoadOperateMethod · 0.80
OpenDialogSettingsMethod · 0.80
SaveOperateMethod · 0.80
isValidMethod · 0.80
ImportFromJsonFileMethod · 0.80
GetErrorMethod · 0.80
getItemMethod · 0.45
GetFileMethod · 0.45
isEmptyMethod · 0.45
DeleteOperateMethod · 0.45
IdMethod · 0.45

Tested by

no test coverage detected