1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 10:23:56 +00:00

Use Qt exit function rather than system one.

This commit is contained in:
cc9cii 2014-11-22 06:59:23 +11:00
parent 911839bb91
commit 31fdf49616

View file

@ -379,5 +379,5 @@ void CS::Editor::documentAdded (CSMDoc::Document *document)
void CS::Editor::lastDocumentDeleted() void CS::Editor::lastDocumentDeleted()
{ {
exit (0); QApplication::quit();
} }