| 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 | }; |
nothing calls this directly
no test coverage detected