Visual studio tab issues fixed

This commit is contained in:
Niraj Venkat 2015-06-03 15:35:04 -07:00
parent 4db110a6e1
commit 29a15453ac

View file

@ -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;