mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-27 07:41:08 -04:00
added delete on close
This commit is contained in:
parent
d0fcd90ccc
commit
737980bf12
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue