Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix html build (#9749)
* fixing test

* fixing include

* reverting test change
  • Loading branch information
roya0045 authored and m-kuhn committed Apr 8, 2019
1 parent 933559b commit 3b4dbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgshtmlwidgetwrapper.cpp
Expand Up @@ -19,7 +19,7 @@
#include "qgsexpressioncontextutils.h"
#include "qgsapplication.h"

#include <QWebFrame>
#include "qgswebframe.h"

QgsHtmlWidgetWrapper::QgsHtmlWidgetWrapper( QgsVectorLayer *layer, QWidget *editor, QWidget *parent )
: QgsWidgetWrapper( layer, editor, parent )
Expand Down

0 comments on commit 3b4dbe8

Please sign in to comment.