kopia lustrzana https://gitlab.com/eliggett/wfview
Added some helpers to the destructor in repeaterSetup. Not sure if it
helps, but it hasn't crashed on exit yet.audioplugins
rodzic
c68fc5e99c
commit
84909b4a13
|
@ -25,6 +25,11 @@ repeaterSetup::repeaterSetup(QWidget *parent) :
|
|||
|
||||
repeaterSetup::~repeaterSetup()
|
||||
{
|
||||
// Trying this for more consistant destruction
|
||||
rig.inputs.clear();
|
||||
rig.preamps.clear();
|
||||
rig.attenuators.clear();
|
||||
|
||||
delete ui;
|
||||
}
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#define REPEATERSETUP_H
|
||||
|
||||
#include <QMainWindow>
|
||||
#include <QDebug>
|
||||
|
||||
#include "repeaterattributes.h"
|
||||
#include "rigidentities.h"
|
||||
|
|
Ładowanie…
Reference in New Issue