mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 05:07:32 +02:00
fix typo
This commit is contained in:
parent
ce3015662e
commit
1ccd4aaab7
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ void AvatarBookmarks::removeBookmark(const QString& bookmarkName) {
|
|||
|
||||
void AvatarBookmarks::loadBookmark(const QString& bookmarkName) {
|
||||
if (QThread::currentThread() != thread()) {
|
||||
BLOCKING_INVOKE_METHOD(this, "reloadBookmark", Q_ARG(QString, bookmarkName));
|
||||
BLOCKING_INVOKE_METHOD(this, "loadBookmark", Q_ARG(QString, bookmarkName));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue