Qt: Add function to recreate the main window
This commit is contained in:
@ -99,6 +99,8 @@ bool QtHostInterface::Initialize()
|
||||
void QtHostInterface::Shutdown()
|
||||
{
|
||||
stopThread();
|
||||
|
||||
delete m_main_window;
|
||||
}
|
||||
|
||||
bool QtHostInterface::initializeOnThread()
|
||||
|
||||
Reference in New Issue
Block a user