1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-06 21:54:15 +01:00

OP-306 Update revealed two bugs in the widget destructors, workaround for now, too late for today...

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2683 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
edouard 2011-02-01 23:15:29 +00:00 committed by edouard
parent 959e9101b2
commit c1555d9dfe
2 changed files with 509 additions and 509 deletions

View File

@ -86,8 +86,8 @@ GpsConstellationWidget::~GpsConstellationWidget()
delete scene;
scene = 0;
delete renderer;
renderer = 0;
//delete renderer;
//renderer = 0;
}
void GpsConstellationWidget::showEvent(QShowEvent *event)

View File

@ -70,7 +70,7 @@ ModelViewGadgetWidget::ModelViewGadgetWidget(QWidget *parent)
ModelViewGadgetWidget::~ModelViewGadgetWidget()
{
delete m_pFactory;
//delete m_pFactory;
}
//// Public funcitons ////