PasteUpload: Trim whitespace from response body
This commit is contained in:
parent
b50e584369
commit
caeab926bc
@ -68,6 +68,6 @@ void PasteUpload::downloadFinished()
|
||||
return;
|
||||
}
|
||||
|
||||
m_pasteLink = QString::fromUtf8(data);
|
||||
m_pasteLink = QString::fromUtf8(data).trimmed();
|
||||
emitSucceeded();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user