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

Method slotCompareThreeFiles

kdiff3fileitemactionplugin/kdiff3fileitemaction.cpp:209–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void KDiff3FileItemAction::slotCompareThreeFiles()
210{
211 if(m_list.count() == 3)
212 {
213 QStringList args = {
214 Utils::urlToString(m_list.at(0)),
215 Utils::urlToString(m_list.at(1)),
216 Utils::urlToString(m_list.at(2))
217 };
218 QProcess::startDetached("kdiff3", args);
219 }
220}
221
222void KDiff3FileItemAction::slotMergeWith()
223{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected