MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / ~MainWindow

Method ~MainWindow

lib/hidapi/testgui/test.cpp:196–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196MainWindow::~MainWindow()
197{
198 if (connected_device)
199 hid_close(connected_device);
200 hid_exit();
201 delete title_font;
202}
203
204void
205MainWindow::create()

Callers

nothing calls this directly

Calls 1

hid_closeFunction · 0.50

Tested by

no test coverage detected