mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-11 08:46:32 -05:00
qt/configuration: Use deleteLater
This commit is contained in:
@@ -54,7 +54,7 @@ void ConfigureCpu::Setup(const ConfigurationShared::Builder& builder) {
|
||||
continue;
|
||||
}
|
||||
if (!widget->Valid()) {
|
||||
delete widget;
|
||||
widget->deleteLater();
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user