MCPcopy Create free account
hub / github.com/apohl79/audiogridder / ~PluginListWindow

Method ~PluginListWindow

Server/Source/PluginListWindow.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37PluginListWindow::~PluginListWindow() {
38 WindowPositions::set(WindowPositions::ServerPlugins, getBounds());
39 clearContentComponent();
40}
41
42void PluginListWindow::closeButtonPressed() { m_app->hidePluginList(); }
43

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected