| 116 | } |
| 117 | |
| 118 | void 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" |
nothing calls this directly
no outgoing calls
no test coverage detected