Qt: help_widget::set_topic_terrain() unused labels
Several branches in help_widget::set_topic_terrain() do additional "tb = new QLabel(this);" in the beginning (real one is later). Nothing is ever done to those labels - they are not placed to layout, nor is text written to them.
Several branches in help_widget::set_topic_terrain() do additional "tb = new QLabel(this);" in the beginning (real one is later). Nothing is ever done to those labels - they are not placed to layout, nor is text written to them.