src/core/contexts/win32windowcontext_p.h
@@ -30,7 +30,7 @@ int borderThickness() const; protected: bool setupHost() override; void winIdChanged(QWindow *oldWindow) override; public: bool windowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, LRESULT *result); @@ -50,9 +50,6 @@ bool nonClientCalcSizeHandler(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, LRESULT *result); bool themeStuffHandler(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, LRESULT *resul); protected: WId windowId = 0;