MCPcopy 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
263void KDiff3FileItemAction::slotClearList()
264{
265 if(s_pHistory)
266 {
267 s_pHistory->clear();
268 }
269}
270
271void KDiff3FileItemAction::slotAbout()
272{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected