mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
Visual studio tab issues fixed
This commit is contained in:
parent
4db110a6e1
commit
29a15453ac
1 changed files with 1 additions and 1 deletions
|
@ -1697,7 +1697,7 @@ bool Application::acceptSnapshot(const QString& urlString) {
|
|||
SnapshotMetaData* snapshotData = Snapshot::parseSnapshotData(snapshotPath);
|
||||
if (snapshotData) {
|
||||
if (!snapshotData->getURL().toString().isEmpty()) {
|
||||
DependencyManager::get<AddressManager>()->handleLookupString(snapshotData->getURL().toString());
|
||||
DependencyManager::get<AddressManager>()->handleLookupString(snapshotData->getURL().toString());
|
||||
}
|
||||
} else {
|
||||
QMessageBox msgBox;
|
||||
|
|
Loading…
Reference in a new issue