Rename Env::imagePasteSiteUrl to Env::imageUploaderUrl.

This commit is contained in:
Mm2PL
2019-09-25 12:51:17 +02:00
parent f6c780b2e7
commit 298c013fa0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ void uploadImageToNuuls(TypedBytes imageData, ChannelPtr channel,
ResizingTextEdit &textEdit)
{
const char *boundary = "thisistheboudaryasd";
static QUrl url(Env::get().imagePasteSiteUrl);
static QUrl url(Env::get().imageUploaderUrl);
QHttpMultiPart *payload = new QHttpMultiPart(QHttpMultiPart::FormDataType);
QHttpPart part = QHttpPart();