1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-05 19:21:59 +01:00

Each command class registers itself

This commit is contained in:
Paul Licameli
2019-01-17 11:45:51 -05:00
parent 0ca5775234
commit 2522459637
19 changed files with 105 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ This class now lists
#include "../Audacity.h" // for USE_* macros
#include "GetInfoCommand.h"
#include "LoadCommands.h"
#include "../Project.h"
#include "CommandManager.h"
#include "CommandTargets.h"
@@ -53,6 +54,7 @@ This class now lists
const ComponentInterfaceSymbol GetInfoCommand::Symbol
{ XO("Get Info") };
namespace{ BuiltinCommandsModule::Registration< GetInfoCommand > reg; }
enum {
kCommands,
//kCommandsPlus,