Skip to content
Snippets Groups Projects
Commit b796d5e6 authored by stefan's avatar stefan
Browse files

RemoteLoader, strip whitespaces

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2412 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent b9233ce7
Branches
Tags
No related merge requests found
......@@ -141,7 +141,7 @@ void RemoteLoader::Clicked()
if(!line_edit_->text().isEmpty() && site_actions_->checkedAction()){
RemoteSiteLoader* loader = FileLoader::GetLoaderManager()->GetRemoteSiteLoader(site_actions_->checkedAction()->text());
QString text = line_edit_->text();
QString text = line_edit_->text().simplified();
QString id = text;
QString selection = "";
int pos = text.indexOf('[');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment