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

Method slotFileQuit

src/kdiff3.cpp:1235–1243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1233}
1234
1235void 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
1245void KDiff3App::slotViewStatusBar()
1246{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected