mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,6 @@ namespace BlackGui
|
||||
class BLACKGUI_EXPORT CWindowFinderWindows : public IWindowFinder
|
||||
{
|
||||
public:
|
||||
|
||||
//! Constructor
|
||||
CWindowFinderWindows() {}
|
||||
|
||||
@@ -30,7 +29,6 @@ namespace BlackGui
|
||||
|
||||
//! \copydoc IWindowFinder::findForeignWindow
|
||||
virtual QWindow *findForeignWindow(const QString &windowName, const QString &className) override;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user