mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-21 05:29:45 +02:00
dammit
This commit is contained in:
parent
5a0a259c21
commit
042044ceaf
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ void Base3DOverlay::setVisible(bool visible) {
|
||||||
QString Base3DOverlay::getName() const {
|
QString Base3DOverlay::getName() const {
|
||||||
return _nameLock.resultWithReadLock<QString>([&] {
|
return _nameLock.resultWithReadLock<QString>([&] {
|
||||||
return QString("Overlay:") + _name;
|
return QString("Overlay:") + _name;
|
||||||
}
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
void Base3DOverlay::setName(QString name) {
|
void Base3DOverlay::setName(QString name) {
|
||||||
|
|
Loading…
Reference in a new issue