NOISSUE clean up and fix paste.ee upload

This commit is contained in:
Petr Mrázek
2017-10-09 22:50:15 +02:00
parent eba8e61ce9
commit 1388751fd4
2 changed files with 22 additions and 19 deletions

View File

@@ -34,15 +34,12 @@ protected:
private:
bool parseResult(QJsonDocument doc);
QByteArray m_text;
QString m_error;
QWidget *m_window;
QString m_pasteID;
QString m_pasteLink;
QString m_key;
int m_textSize = 0;
QBuffer * buf = nullptr;
QByteArray m_json;
QByteArray m_jsonContent;
std::shared_ptr<QNetworkReply> m_reply;
public
slots: