Qt: eco_report::sell_redundant() setting dialog title from uninitialized QString
S3_1/master eco_report::sell_redundant() call ask->set_text_title(s,...) where 's' has not been set up at all. It seems that "s = QString(buf);" which was there in S3_0 has been accidentally dropped.
S3_1/master eco_report::sell_redundant() call ask->set_text_title(s,...) where 's' has not been set up at all. It seems that "s = QString(buf);" which was there in S3_0 has been accidentally dropped.