mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-06 21:34:22 -04:00
gui: statistics: comment out deleteonclose attribute
retroshare crashes
This commit is contained in:
parent
73efcfba8d
commit
d66340d65a
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ StatisticsWindow::StatisticsWindow(QWidget *parent) :
|
|||
ui(new Ui::StatisticsWindow)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
setAttribute(Qt::WA_DeleteOnClose, true);
|
||||
// setAttribute(Qt::WA_DeleteOnClose, true);
|
||||
|
||||
Settings->loadWidgetInformation(this);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue