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

Method rowCount

Plugins/FileTransfer/ListFileModel.cpp:313–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313int CListFileModel::rowCount(const QModelIndex &parent) const
314{
315 //qDebug(log) << Q_FUNC_INFO << parent;
316 if (parent.isValid())
317 return 0;
318 return m_lstFile.size();
319}
320
321int CListFileModel::columnCount(const QModelIndex &parent) const
322{

Callers 5

GetDesktopSizeMethod · 0.45
on_pbAdd_clickedMethod · 0.45
slotDisconnectedMethod · 0.45
foreachFunction · 0.45
acceptMethod · 0.45

Calls 1

isValidMethod · 0.80

Tested by

no test coverage detected