mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
added delete on close
This commit is contained in:
parent
d0fcd90ccc
commit
737980bf12
@ -35,6 +35,8 @@ PhotoView::PhotoView(QWidget *parent)
|
||||
/* Invoke the Qt Designer generated object setup routine */
|
||||
ui->setupUi(this);
|
||||
|
||||
setAttribute(Qt::WA_DeleteOnClose, true);
|
||||
|
||||
ui->shareButton->hide();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user