MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / Q_FOREACH

Function Q_FOREACH

src/plugins/chat/widgets/inputeditwidget.cpp:335–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 }
334
335 Q_FOREACH (const TagTextFormat &f, formats) {
336 if (!tagList.contains(f.text())) {
337 formats.remove(f.text());
338 Q_EMIT tagRemoved(f.text());
339 }
340 }
341}
342
343bool InputEdit::event(QEvent *e)

Callers

nothing calls this directly

Calls 3

containsMethod · 0.45
textMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected