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

Method doFileCompare

src/kdiff3.cpp:604–611  ·  view source on GitHub ↗

Do file comparision.

Source from the content-addressed store, hash-verified

602
603// Do file comparision.
604void KDiff3App::doFileCompare()
605{
606 improveFilenames();
607 m_pDirectoryMergeDock->hide();
608 m_pDirectoryMergeInfoDock->hide();
609
610 mainInit(m_totalDiffStatus);
611}
612
613void KDiff3App::completeInit()
614{

Callers

nothing calls this directly

Calls 1

hideMethod · 0.80

Tested by

no test coverage detected