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

Method slotMergeWith

kdiff3fileitemactionplugin/kdiff3fileitemaction.cpp:222–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void KDiff3FileItemAction::slotMergeWith()
223{
224 if(m_list.count() > 0 && s_pHistory && !s_pHistory->empty())
225 {
226 QStringList args = {
227 s_pHistory->first(),
228 Utils::urlToString(m_list.first()),
229 ("-o" + Utils::urlToString(m_list.first()))
230 };
231 QProcess::startDetached("kdiff3", args);
232 }
233}
234
235void KDiff3FileItemAction::slotMergeThreeWay()
236{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected