mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-26 16:42:56 +00:00
qt/configuration: Use deleteLater
This commit is contained in:
@@ -246,7 +246,7 @@ void ConfigureGraphics::Setup(const ConfigurationShared::Builder& builder) {
|
||||
continue;
|
||||
}
|
||||
if (!widget->Valid()) {
|
||||
delete widget;
|
||||
widget->deleteLater();
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user