mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Style
This commit is contained in:
@@ -762,7 +762,7 @@ namespace BlackGui
|
||||
const QPointer<const QWidget> wp(widget);
|
||||
QTimer::singleShot(0, sGui, [ = ]
|
||||
{
|
||||
if (wp.isNull() || !sGui || sGui->isShuttingDown()) { return; }
|
||||
if (!wp || !sGui || sGui->isShuttingDown()) { return; }
|
||||
sGui->showHelp(widget);
|
||||
});
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user