mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Fix for inconsistent override warning in WebEntityItem.h
This commit is contained in:
parent
03322a9c49
commit
d4e1f53581
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public:
|
|||
virtual void setSourceUrl(const QString& value);
|
||||
const QString& getSourceUrl() const;
|
||||
|
||||
bool wantsHandControllerPointerEvents() const override { return true; }
|
||||
virtual bool wantsHandControllerPointerEvents() const { return true; }
|
||||
|
||||
protected:
|
||||
QString _sourceUrl;
|
||||
|
|
Loading…
Reference in a new issue