Qt: Add function to recreate the main window

This commit is contained in:
Connor McLaughlin
2021-08-16 14:06:16 +10:00
parent 971af2cb5c
commit 47f85dc453
4 changed files with 19 additions and 3 deletions

View File

@ -99,6 +99,8 @@ bool QtHostInterface::Initialize()
void QtHostInterface::Shutdown()
{
stopThread();
delete m_main_window;
}
bool QtHostInterface::initializeOnThread()