Fix android build again

This commit is contained in:
Brad Davis 2019-08-29 10:25:57 -07:00
parent af22ab55bb
commit 36be00bf97

View file

@ -21,7 +21,7 @@
static const QString RESTRICTED_FLAG_PROPERTY = "RestrictFileAccess";
ContextAwareProfile::ContextAwareProfile(QQmlContext* context) :
QQuickWebEngineProfile(context), _context(context) {
ContextAwareProfileParent(context), _context(context) {
assert(context);
}