mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 20:19:57 +00:00
Use Qt exit function rather than system one.
This commit is contained in:
parent
911839bb91
commit
31fdf49616
1 changed files with 1 additions and 1 deletions
|
@ -379,5 +379,5 @@ void CS::Editor::documentAdded (CSMDoc::Document *document)
|
|||
|
||||
void CS::Editor::lastDocumentDeleted()
|
||||
{
|
||||
exit (0);
|
||||
QApplication::quit();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue