MCPcopy Create free account
hub / github.com/audacity/audacity / SetVendor

Method SetVendor

libraries/lib-module-manager/PluginDescriptor.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void PluginDescriptor::SetVendor(const wxString & vendor)
121{
122 mVendor = vendor;
123}
124
125void PluginDescriptor::SetEnabled(bool enable)
126{

Callers 2

LoadGroupMethod · 0.80
PluginManager.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected