MCPcopy Create free account
hub / github.com/KDE/kdiff3 / addOptionItem

Method addOptionItem

src/Options.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void Options::addOptionItem(std::shared_ptr<OptionItemBase> inItem)
154{
155 mOptionItemList.push_back(inItem);
156}

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected