mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix android build again
This commit is contained in:
parent
af22ab55bb
commit
36be00bf97
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue