Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ slotClearList
Method
slotClearList
kdiff3fileitemactionplugin/kdiff3fileitemaction.cpp:263–269 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
}
262
263
void KDiff3FileItemAction::slotClearList()
264
{
265
if(s_pHistory)
266
{
267
s_pHistory->clear();
268
}
269
}
270
271
void KDiff3FileItemAction::slotAbout()
272
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected