mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 19:23:28 +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);
|
||||
|
||||
QUrl GeometryResourceWatcher::getURL() const { return (bool)_resource ? _resource->getURL() : QUrl(); }
|
||||
QUrl getURL() const { return (bool)_resource ? _resource->getURL() : QUrl(); }
|
||||
|
||||
private:
|
||||
void startWatching();
|
||||
|
|
Loading…
Reference in a new issue