mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +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);
|
SnapshotMetaData* snapshotData = Snapshot::parseSnapshotData(snapshotPath);
|
||||||
if (snapshotData) {
|
if (snapshotData) {
|
||||||
if (!snapshotData->getURL().toString().isEmpty()) {
|
if (!snapshotData->getURL().toString().isEmpty()) {
|
||||||
DependencyManager::get<AddressManager>()->handleLookupString(snapshotData->getURL().toString());
|
DependencyManager::get<AddressManager>()->handleLookupString(snapshotData->getURL().toString());
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
QMessageBox msgBox;
|
QMessageBox msgBox;
|
||||||
|
|
Loading…
Reference in a new issue