mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 16:23:39 +02:00
adding back goToLastAddress back
This commit is contained in:
parent
84f95dd4b8
commit
a85a7a6119
1 changed files with 5 additions and 0 deletions
|
@ -152,6 +152,11 @@ void AddressManager::goForward() {
|
|||
}
|
||||
}
|
||||
|
||||
void AddressManager::goToLastAddress() {
|
||||
// this should always return something as long as the URL isn't empty.
|
||||
handleUrl(_lastVisitedURL, LookupTrigger::AttemptedRefresh);
|
||||
}
|
||||
|
||||
void AddressManager::storeCurrentAddress() {
|
||||
auto url = currentAddress();
|
||||
|
||||
|
|
Loading…
Reference in a new issue