LadybirdBrowser / ancient-history

The Ladybird web browser
BSD 2-Clause "Simplified" License
1.62k stars 107 forks source link

Make Tab.cpp directly take a BrowserWindows as m_window #74

Closed AaronDewes closed 1 year ago

AaronDewes commented 1 year ago

This should be safer than using QMainWindow and reinterpret_cast. I assume there was a reason for using QMainWindow though, if there was, please let me know and close this PR.