PasteUpload: Trim whitespace from response body
This commit is contained in:
parent
b50e584369
commit
caeab926bc
1 changed files with 1 additions and 1 deletions
|
@ -68,6 +68,6 @@ void PasteUpload::downloadFinished()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_pasteLink = QString::fromUtf8(data);
|
m_pasteLink = QString::fromUtf8(data).trimmed();
|
||||||
emitSucceeded();
|
emitSucceeded();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue