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

@ -189,11 +189,7 @@ void ConsoleWindow::on_btnPaste_clicked()
ProgressDialog dialog(this);
PasteUpload* paste=new PasteUpload(this, text);
dialog.exec(paste);
if(paste->successful())
{
paste->messageBox()->exec();
}
else
if(!paste->successful())
{
CustomMessageBox::selectable(this, "Upload failed", paste->failReason(), QMessageBox::Critical)->exec();
}