Delete overloads for uploadImageToNuuls(). Use TypedBytes in the main

definition. Use QHttpMultiPart instead of manually creating the
request.
This commit is contained in:
Mm2PL
2019-09-24 18:28:28 +02:00
parent e0eb4e5a6d
commit 1a77df1674
2 changed files with 22 additions and 35 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
namespace chatterino {
struct TypedBytes {
QByteArray data;
std::string type;
QString type;
};
void uploadImageToNuuls(QByteArray imageData, ChannelPtr channel,
ResizingTextEdit &textEdit, std::string format);