MCPcopy Create free account
hub / github.com/KDE/kdevelop / clicked

Method clicked

kdevplatform/debugger/util/treeitem.cpp:186–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 }
185
186 void clicked() override
187 {
188 qCDebug(DEBUGGER) << "Ellipsis item clicked";
189 /* FIXME: restore
190 Q_ASSERT (parentItem->hasMore()); */
191 parentItem->fetchMoreChildren();
192 }
193
194 void fetchMoreChildren() override {}
195};

Callers

nothing calls this directly

Calls 1

fetchMoreChildrenMethod · 0.45

Tested by

no test coverage detected