1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-26 14:41:14 +01:00

Move function from AudacityProject to TransportActions

This commit is contained in:
Paul Licameli
2019-04-22 20:23:54 -04:00
parent d2717cac21
commit 22f6ee789c
7 changed files with 13 additions and 13 deletions

View File

@@ -134,6 +134,7 @@ void DoZoomFitV( AudacityProject &project );
/// Namespace for functions for Transport menu
namespace TransportActions {
void StopIfPaused( AudacityProject &project );
bool DoPlayStopSelect( AudacityProject &project, bool click, bool shift );
void DoPlayStopSelect( AudacityProject &project );
void DoStop( AudacityProject & );