mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
clang-format src
This commit is contained in:
@@ -18,8 +18,7 @@ namespace BlackMisc
|
||||
{
|
||||
// call in correct thread
|
||||
const QPointer<CDigestSignal> myself(this);
|
||||
QTimer::singleShot(0, this, [ = ]
|
||||
{
|
||||
QTimer::singleShot(0, this, [=] {
|
||||
if (!myself) { return; }
|
||||
this->inputSignal();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user