mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
LibWebView: Define the OOPWV's superclass in one place
This lets us change it later without having to remember to update a bunch of uses. (More are coming in the next commit.)
This commit is contained in:
parent
b517032354
commit
2654bfead4
2 changed files with 5 additions and 3 deletions
|
@ -26,6 +26,8 @@ class OutOfProcessWebView final
|
|||
, public ViewImplementation {
|
||||
C_OBJECT(OutOfProcessWebView);
|
||||
|
||||
using Super = GUI::AbstractScrollableWidget;
|
||||
|
||||
public:
|
||||
virtual ~OutOfProcessWebView() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue