mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:48:56 +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);
|
virtual void setSourceUrl(const QString& value);
|
||||||
const QString& getSourceUrl() const;
|
const QString& getSourceUrl() const;
|
||||||
|
|
||||||
bool wantsHandControllerPointerEvents() const override { return true; }
|
virtual bool wantsHandControllerPointerEvents() const { return true; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
QString _sourceUrl;
|
QString _sourceUrl;
|
||||||
|
|
Loading…
Reference in a new issue