mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 14:29:50 +02:00
fix compile bug
This commit is contained in:
parent
c106f4c3a0
commit
cba49be9ea
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ public:
|
||||||
|
|
||||||
void setResource(GeometryResource::Pointer resource);
|
void setResource(GeometryResource::Pointer resource);
|
||||||
|
|
||||||
QUrl GeometryResourceWatcher::getURL() const { return (bool)_resource ? _resource->getURL() : QUrl(); }
|
QUrl getURL() const { return (bool)_resource ? _resource->getURL() : QUrl(); }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void startWatching();
|
void startWatching();
|
||||||
|
|
Loading…
Reference in a new issue