mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-05 03:03:10 +01:00
Doxygen, Clips and Labels
- Classes renamed and better doxygenated - GetInfo: Type=Clips added - GetInfo: Type=Labels added.
This commit is contained in:
committed by
Paul Licameli
parent
ca5dac59ff
commit
b1b1a362ed
@@ -248,7 +248,7 @@ std::unique_ptr<ScreenshotCommand> ScreenFrame::CreateCommand()
|
||||
{
|
||||
wxASSERT(mStatus != NULL);
|
||||
auto output =
|
||||
std::make_unique<CommandOutputTarget>(std::make_unique<NullProgressTarget>(),
|
||||
std::make_unique<CommandOutputTargets>(std::make_unique<NullProgressTarget>(),
|
||||
std::make_shared<StatusBarTarget>(*mStatus),
|
||||
std::make_shared<MessageBoxTarget>());
|
||||
//OldStyleCommandType *type = CommandDirectory::Get()->LookUp(wxT("Screenshot"));
|
||||
|
||||
Reference in New Issue
Block a user