1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Move DoAudacityCommand out of PluginMenus

This commit is contained in:
Paul Licameli
2019-06-12 22:52:52 -04:00
parent 1c588fa014
commit 691eee681c
4 changed files with 50 additions and 47 deletions

View File

@@ -54,6 +54,9 @@ private:
// Stores information for one macro
class MacroCommands final {
public:
static bool DoAudacityCommand(
const PluginID & ID, const CommandContext & context, unsigned flags );
// constructors and destructors
MacroCommands();
public: