mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 15:33:10 +02:00
Add missing override
This commit is contained in:
parent
f5c8be68d1
commit
0387b27fa2
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public: // ScriptValue implementation
|
|||
const ScriptValue::ResolveFlags& mode = ScriptValue::ResolvePrototype) const override;
|
||||
virtual void setData(const ScriptValue& val) override;
|
||||
|
||||
virtual bool hasProperty(const QString &name) const;
|
||||
virtual bool hasProperty(const QString &name) const override;
|
||||
|
||||
virtual void setProperty(const QString& name,
|
||||
const ScriptValue& value,
|
||||
|
|
Loading…
Reference in a new issue