MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / Refresh

Method Refresh

App/Client/Favorite/FavoriteModel.cpp:334–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334void CFavoriteModel::Refresh()
335{
336 beginResetModel();
337 ClearTree(m_pRoot);
338 m_pRoot = nullptr;
339 endResetModel();
340}
341
342bool CFavoriteModel::AddNode(const QString& szName, int parentId)
343{

Callers 2

setupToolBarMethod · 0.80
slotRefreshMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected