MCPcopy Create free account
hub / github.com/KDE/kdiff3 / MergeData

Method MergeData

src/merger.cpp:21–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21Merger::MergeData::MergeData(const std::shared_ptr<const DiffList>& p, qint32 i)
22{
23 idx = i;
24 pDiffList = p;
25 if(p != nullptr)
26 {
27 it = p->begin();
28 update();
29 }
30}
31
32bool Merger::MergeData::eq() const
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected