mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-19 14:03:20 +02: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