MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / removeAt

Method removeAt

test/testchunks.cpp:66–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void TestChunks::removeAt(qint64 pos)
67{
68 _data.remove((int)pos, 1);
69 _highlighted.remove((int)pos, 1);
70 _chunks.removeAt(pos);
71 compare();
72}
73
74void TestChunks::compare()
75{

Callers 1

mainFunction · 0.45

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected