1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Rename Meter as MeterPanel, and some DOxygen

This commit is contained in:
Paul Licameli
2018-02-21 14:25:22 -05:00
parent ee4f35f288
commit 57ce726a25
13 changed files with 119 additions and 144 deletions

View File

@@ -60,7 +60,7 @@ public:
class AudacityProject;
class Meter;
class MeterPanel;
class MixerBoard;
class Track;
@@ -150,7 +150,7 @@ private:
#ifdef EXPERIMENTAL_MIDI_OUT
MixerTrackSlider* mSlider_Velocity;
#endif
Meter* mMeter;
MeterPanel* mMeter;
public:
DECLARE_EVENT_TABLE()