mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-29 15:09:30 +02:00
14 lines
360 B
C++
14 lines
360 B
C++
/**********************************************************************
|
|
|
|
Audacity: A Digital Audio Editor
|
|
|
|
WaveformVRulerControls.cpp
|
|
|
|
Paul Licameli split from WaveTrackVRulerControls.cpp
|
|
|
|
**********************************************************************/
|
|
|
|
#include "WaveformVRulerControls.h"
|
|
|
|
WaveformVRulerControls::~WaveformVRulerControls() = default;
|