mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
Use Qt exit function rather than system one.
This commit is contained in:
parent
911839bb91
commit
31fdf49616
@ -379,5 +379,5 @@ void CS::Editor::documentAdded (CSMDoc::Document *document)
|
|||||||
|
|
||||||
void CS::Editor::lastDocumentDeleted()
|
void CS::Editor::lastDocumentDeleted()
|
||||||
{
|
{
|
||||||
exit (0);
|
QApplication::quit();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user