Commit ee3dfc6a authored by Don Gagne's avatar Don Gagne
Browse files

Fix unneeded QObject::connect which was failing

The connect call was generating debug output to identify that it was
failing. After looking at the code realized that this connect is not
needed. The group box is removed when UASListWidget::removeUAS method
is called.

Second change in the file fixes a crashing bug when the last UAS is
removed. Need to exit the iterator after we modify it.
parent 4818b4e4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment