mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-07 03:25:24 +08:00
update
This commit is contained in:
@ -109,3 +109,8 @@ QJsonArray FluApp::awesomelist(const QString& keyword)
|
||||
void FluApp::closeApp(){
|
||||
qApp->exit(0);
|
||||
}
|
||||
|
||||
void FluApp::deleteWindow(QQuickWindow* window){
|
||||
wnds.remove(window->winId());
|
||||
window->deleteLater();
|
||||
}
|
||||
|
Reference in New Issue
Block a user