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

Method onDoubleClick

src/directorymergewindow.cpp:1585–1595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1583}
1584
1585void DirectoryMergeWindow::onDoubleClick(const QModelIndex& mi)
1586{
1587 if(!mi.isValid())
1588 return;
1589
1590 d->m_bSimulatedMergeStarted = false;
1591 if(d->m_bDirectoryMerge)
1592 mergeCurrentFile();
1593 else
1594 compareCurrentFile();
1595}
1596
1597void DirectoryMergeWindow::currentChanged(const QModelIndex& current, const QModelIndex& previous)
1598{

Callers

nothing calls this directly

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected