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

Method clearRecent

src/plugins/recent/mainframe/recentdisplaywidget.cpp:267–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267void RecentDisplayWidget::clearRecent()
268{
269 d->recentListView->clearAll();
270
271 if (isProAndDocNull()) {
272 d->nullRecentText->setVisible(true);
273 }
274}
275
276void RecentDisplayWidget::initializeUi()
277{

Callers

nothing calls this directly

Calls 2

clearAllMethod · 0.80
setVisibleMethod · 0.80

Tested by

no test coverage detected