@@ -50,6 +50,7 stardundeeSPW_USB::stardundeeSPW_USB(soc | |||
|
50 | 50 | stardundeeSPW_USB::~stardundeeSPW_USB() |
|
51 | 51 | { |
|
52 | 52 | SocExplorerEngine::message(this,"Deleting stardundeeSPW_USB",0); |
|
53 | delete this->manager; | |
|
53 | 54 | } |
|
54 | 55 | |
|
55 | 56 | void stardundeeSPW_USB::toggleBridgeConnection() |
@@ -33,7 +33,6 spwplugin::spwplugin(QWidget *parent):so | |||
|
33 | 33 | FakeStarDundeeSpwUSB_Lib::resolve(); |
|
34 | 34 | this->bridge = Q_NULLPTR; |
|
35 | 35 | this->scanDone = false; |
|
36 | // this->pyObject = new spwPyWrapper(this); | |
|
37 | 36 | this->tcpServer = new SpwTcpPacketServer(this); |
|
38 | 37 | this->mainGroupBox = new QGroupBox("SpaceWire Plugin Configuration",this); |
|
39 | 38 | this->bridgeSelector = new QComboBox(this); |
General Comments 0
You need to be logged in to leave comments.
Login now