mirror of
https://github.com/overte-org/overte.git
synced 2025-06-18 16:00:10 +02:00
restore privacy of GeometryResourceWatcher methods
This commit is contained in:
parent
269b7ae7c1
commit
48c73acae0
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ public:
|
||||||
|
|
||||||
QUrl getURL() const { return (bool)_resource ? _resource->getURL() : QUrl(); }
|
QUrl getURL() const { return (bool)_resource ? _resource->getURL() : QUrl(); }
|
||||||
|
|
||||||
|
private:
|
||||||
void startWatching();
|
void startWatching();
|
||||||
void stopWatching();
|
void stopWatching();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue