| 1233 | } |
| 1234 | |
| 1235 | void KDiff3App::slotFileQuit() |
| 1236 | { |
| 1237 | slotStatusMsg(i18n("Exiting...")); |
| 1238 | |
| 1239 | if(!queryClose()) |
| 1240 | return; // Don't quit |
| 1241 | |
| 1242 | QApplication::exit(isFileSaved() || isDirComparison() ? 0 : 1); |
| 1243 | } |
| 1244 | |
| 1245 | void KDiff3App::slotViewStatusBar() |
| 1246 | { |
nothing calls this directly
no outgoing calls
no test coverage detected