Skip to content

Commit 3b4dbe8

Browse files
roya0045m-kuhn
authored andcommitted
Fix html build (#9749)
* fixing test * fixing include * reverting test change
1 parent 933559b commit 3b4dbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/editorwidgets/qgshtmlwidgetwrapper.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "qgsexpressioncontextutils.h"
2020
#include "qgsapplication.h"
2121

22-
#include <QWebFrame>
22+
#include "qgswebframe.h"
2323

2424
QgsHtmlWidgetWrapper::QgsHtmlWidgetWrapper( QgsVectorLayer *layer, QWidget *editor, QWidget *parent )
2525
: QgsWidgetWrapper( layer, editor, parent )

0 commit comments

Comments
 (0)