mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
a32eadee6a
commit
d669f7c370
@@ -276,7 +276,10 @@ namespace BlackGui
|
||||
const bool shutdown = ui->cb_Shutdown->isChecked();
|
||||
if (sGui && shutdown)
|
||||
{
|
||||
QTimer::singleShot(1000, sGui, [] { CGuiApplication::exit(); });
|
||||
QTimer::singleShot(1000, sGui, []
|
||||
{
|
||||
CGuiApplication::exit();
|
||||
});
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user