mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Fix merge
This commit is contained in:
parent
95efe9857b
commit
52876ecb16
1 changed files with 1 additions and 1 deletions
|
@ -1060,7 +1060,7 @@ void Menu::bookmarkLocation() {
|
|||
return;
|
||||
}
|
||||
|
||||
AddressManager::SharedPointer addressManager = DependencyManager::get<AddressManager>();
|
||||
auto addressManager = DependencyManager::get<AddressManager>();
|
||||
QString bookmarkAddress = addressManager->currentAddress().toString();
|
||||
|
||||
Bookmarks* bookmarks = Application::getInstance()->getBookmarks();
|
||||
|
|
Loading…
Reference in a new issue