MCPcopy Create free account
hub / github.com/dannagle/PacketSender / list

Method list

src/packetlogmodel.cpp:214–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214const QList<Packet> PacketLogModel::list()
215{
216 const QList<Packet> retList = packetList;
217
218 return retList;
219}
220
221void PacketLogModel::clear()
222{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected