gui: statistics: comment out deleteonclose attribute

retroshare crashes
This commit is contained in:
chelovechishko 2022-04-18 18:28:51 +09:00
parent 73efcfba8d
commit d66340d65a

View File

@ -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);