| 48 | KDiff3Shell::~KDiff3Shell() = default; |
| 49 | |
| 50 | bool KDiff3Shell::queryClose() |
| 51 | { |
| 52 | if(m_widget) |
| 53 | return m_widget->queryClose(); |
| 54 | else |
| 55 | return true; |
| 56 | } |
| 57 | |
| 58 | bool KDiff3Shell::queryExit() |
| 59 | { |
nothing calls this directly
no outgoing calls
no test coverage detected