mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-07 20:17:42 +08:00
update
This commit is contained in:
@ -111,6 +111,9 @@ void FluApp::closeApp(){
|
||||
}
|
||||
|
||||
void FluApp::deleteWindow(QQuickWindow* window){
|
||||
wnds.remove(window->winId());
|
||||
window->deleteLater();
|
||||
if(window){
|
||||
wnds.remove(window->winId());
|
||||
window->deleteLater();
|
||||
window = nullptr;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user