mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +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 {
|
||||
return _nameLock.resultWithReadLock<QString>([&] {
|
||||
return QString("Overlay:") + _name;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
void Base3DOverlay::setName(QString name) {
|
||||
|
|
Loading…
Reference in a new issue