Open the url direectly.

This commit is contained in:
robotbrainify
2013-12-06 17:17:32 -05:00
parent e2728317e7
commit 4548930e34
3 changed files with 3 additions and 12 deletions

View File

@ -9,10 +9,6 @@ class PasteUpload : public Task
Q_OBJECT
public:
PasteUpload(QWidget *window, QString text);
QMessageBox *messageBox() const
{
return m_messageBox;
}
protected:
virtual void executeTask();
@ -22,7 +18,6 @@ private:
QString m_text;
QString m_error;
QWidget *m_window;
QMessageBox *m_messageBox;
std::shared_ptr<QNetworkReply> m_reply;
public
slots: