I'm Pepega too. Added two missing files.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#include "common/Channel.hpp"
|
||||
#include "widgets/helper/ResizingTextEdit.hpp"
|
||||
|
||||
#include <QMimeData>
|
||||
#include <QString>
|
||||
|
||||
namespace chatterino {
|
||||
struct TypedBytes {
|
||||
QByteArray data;
|
||||
std::string type;
|
||||
};
|
||||
void uploadImageToNuuls(QByteArray imageData, ChannelPtr channel,
|
||||
ResizingTextEdit &textEdit, std::string format);
|
||||
void uploadImageToNuuls(TypedBytes imageData, ChannelPtr channel,
|
||||
ResizingTextEdit &textEdit);
|
||||
QString getImageFileFormat(QString path);
|
||||
void pasteFromClipboard(const QMimeData *source, ChannelPtr channel,
|
||||
ResizingTextEdit &outputTextEdit);
|
||||
} // namespace chatterino
|
||||
Reference in New Issue
Block a user