This commit is contained in:
zhuzihcu
2023-05-31 15:39:59 +08:00
parent 52174b7e24
commit 5f2f127623
10 changed files with 88 additions and 310 deletions

View File

@ -63,4 +63,6 @@ bool FluTools::isWin(){
#endif
}
void FluTools::setQuitOnLastWindowClosed(bool val){
qApp->setQuitOnLastWindowClosed(val);
}