From 29a15453acb8055b425661446de2a3451ae15d5b Mon Sep 17 00:00:00 2001 From: Niraj Venkat Date: Wed, 3 Jun 2015 15:35:04 -0700 Subject: [PATCH] Visual studio tab issues fixed --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 97e2bfafbf..e800fa5ff0 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1697,7 +1697,7 @@ bool Application::acceptSnapshot(const QString& urlString) { SnapshotMetaData* snapshotData = Snapshot::parseSnapshotData(snapshotPath); if (snapshotData) { if (!snapshotData->getURL().toString().isEmpty()) { - DependencyManager::get()->handleLookupString(snapshotData->getURL().toString()); + DependencyManager::get()->handleLookupString(snapshotData->getURL().toString()); } } else { QMessageBox msgBox;