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

Method slotUpdateFavorite

App/Client/Favorite/FavoriteView.cpp:311–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311void CFavoriteView::slotUpdateFavorite(
312 const QString &szFile, const QString &szName,
313 const QString &szDescription, const QIcon &icon)
314{
315 if(!m_pModel || !m_pTreeView || szFile.isEmpty()) return;
316 m_pModel->UpdateFavorite(CDatabaseFile::SetFile(szFile), szName, szDescription, icon);
317}
318
319void CFavoriteView::slotFavrtieClicked(const QModelIndex &index)
320{

Callers 1

slotUpdateNameMethod · 0.80

Calls 2

isEmptyMethod · 0.45
UpdateFavoriteMethod · 0.45

Tested by

no test coverage detected