fix compile bug

This commit is contained in:
Andrew Meadows 2016-07-12 16:30:26 -07:00
parent c106f4c3a0
commit cba49be9ea

View file

@ -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();