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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user