mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Ladybird: Add missing QUrl include to WebContentView
This commit is contained in:
parent
fdefb4104b
commit
ab9ae8ead3
Notes:
sideshowbarker
2024-07-17 20:33:50 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/ab9ae8ead3 Pull-request: https://github.com/SerenityOS/serenity/pull/19799 Reviewed-by: https://github.com/nico ✅ Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
#include <LibWebView/ViewImplementation.h>
|
#include <LibWebView/ViewImplementation.h>
|
||||||
#include <QAbstractScrollArea>
|
#include <QAbstractScrollArea>
|
||||||
#include <QPointer>
|
#include <QPointer>
|
||||||
|
#include <QUrl>
|
||||||
|
|
||||||
class QTextEdit;
|
class QTextEdit;
|
||||||
class QLineEdit;
|
class QLineEdit;
|
||||||
|
|
Loading…
Reference in a new issue