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

Method slotNewInstance

src/kdiff3_shell.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void KDiff3Shell::slotNewInstance(const QString& fn1, const QString& fn2, const QString& fn3)
119{
120 [[maybe_unused]] static KDiff3Shell* pKDiff3Shell = new KDiff3Shell(fn1, fn2, fn3);
121}
122
123//#include "kdiff3_shell.moc"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected