• Don Gagne's avatar
    Fix unneeded QObject::connect which was failing · ee3dfc6a
    Don Gagne authored
    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.
    ee3dfc6a
UASListWidget.cc 7.65 KB