mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 11:40:11 +02:00
fix for custom hifi URL lookup
This commit is contained in:
parent
c77bcb916e
commit
40db44e4bd
1 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ bool Application::event(QEvent* event) {
|
|||
QFileOpenEvent* fileEvent = static_cast<QFileOpenEvent*>(event);
|
||||
|
||||
if (!fileEvent->url().isEmpty()) {
|
||||
AddressManager::getInstance().handleLookupString(fileEvent->url().toLocalFile());
|
||||
AddressManager::getInstance().handleLookupString(fileEvent->url().toString());
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue