Procházet zdrojové kódy

Ladybird: Add missing QUrl include to WebContentView

Andrew Kaster před 2 roky
rodič
revize
ab9ae8ead3
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      Ladybird/WebContentView.h

+ 1 - 0
Ladybird/WebContentView.h

@@ -22,6 +22,7 @@
 #include <LibWebView/ViewImplementation.h>
 #include <QAbstractScrollArea>
 #include <QPointer>
+#include <QUrl>
 
 class QTextEdit;
 class QLineEdit;