Skip to content

Commit

Permalink
Merge 3dba923 into c47feab
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 8, 2018
2 parents c47feab + 3dba923 commit 76373d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ void PmrWorkspacesWindowNewWorkspaceDialog::choosePath()
QString dirName = PMRSupport::getNonGitDirectory();

if (!dirName.isEmpty())
mGui->folderValue->setText(dirName);
mGui->folderValue->setText(QDir::toNativeSeparators(dirName));
}

//==============================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -804,8 +804,6 @@ void PmrWorkspacesWindowWidget::initialize(const PMRSupport::PmrWorkspaces &pWor
// The workspace is not known, so forget about it

mClonedWorkspaceFolderUrls.remove(urlsIterator.value().first);

urlsIterator.remove();
}
}
}
Expand Down

0 comments on commit 76373d6

Please sign in to comment.