Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ slotReload
Method
slotReload
src/pdiff.cpp:1509–1514 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1507
}
1508
1509
void KDiff3App::slotReload()
1510
{
1511
if(!canContinue()) return;
1512
1513
mainInit(m_totalDiffStatus);
1514
}
1515
1516
bool KDiff3App::canContinue()
1517
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected