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

Method slotCompareTwoFiles

kdiff3fileitemactionplugin/kdiff3fileitemaction.cpp:197–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void KDiff3FileItemAction::slotCompareTwoFiles()
198{
199 if(m_list.count() == 2)
200 {
201 QStringList args = {
202 Utils::urlToString(m_list.first()),
203 Utils::urlToString(m_list.last())
204 };
205 QProcess::startDetached("kdiff3", args);
206 }
207}
208
209void KDiff3FileItemAction::slotCompareThreeFiles()
210{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected