This commit is contained in:
Christophe Dumez
2010-12-05 17:47:37 +00:00
parent 264ac4e706
commit 0fa79f0d63
2 changed files with 0 additions and 20 deletions

View File

@@ -46,7 +46,6 @@ class downloadFromURL : public QDialog, private Ui::downloadFromURL{
downloadFromURL(QWidget *parent): QDialog(parent){
setupUi(this);
setAttribute(Qt::WA_DeleteOnClose);
icon_lbl->setPixmap(QPixmap(QString::fromUtf8(":/Icons/skin/url.png")));
setModal(true);
show();
// Paste clipboard if there is an URL in it