mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 14:45:33 +08:00
Formatting
This commit is contained in:
@@ -34,8 +34,8 @@ namespace BlackGui
|
||||
}
|
||||
|
||||
HWND hWindow = FindWindow(lpClassName.data(), lpWindowName.data());
|
||||
if (hWindow) { return QWindow::fromWinId(reinterpret_cast<WId>(hWindow)); }
|
||||
|
||||
if (hWindow) return QWindow::fromWinId(reinterpret_cast<WId>(hWindow));
|
||||
else return nullptr;
|
||||
return nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user