1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

OP-1331 fixed compilation error in configgadgetwidet introduced with last commit

This commit is contained in:
Philippe Renon 2014-05-11 16:30:31 +02:00
parent 9012f0aa89
commit fcc16367eb

View File

@ -147,7 +147,7 @@ ConfigGadgetWidget::ConfigGadgetWidget(QWidget *parent) : QWidget(parent)
ConfigGadgetWidget::~ConfigGadgetWidget()
{
// TODO: properly delete all the tabs in stackWidget before exiting
delete stackWidget
delete stackWidget;
}
void ConfigGadgetWidget::startInputWizard()