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:
parent
9012f0aa89
commit
fcc16367eb
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user