mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-31 16:09:28 +02:00
move a comment
This commit is contained in:
parent
ab0c0d9cb1
commit
580e1a8a63
@ -1112,10 +1112,6 @@ template <
|
||||
};
|
||||
|
||||
|
||||
/** \brief TrackList is a flat linked list of tracks supporting Add, Remove,
|
||||
* Clear, and Contains, plus serialization of the list of tracks.
|
||||
*/
|
||||
|
||||
struct TrackListEvent : public wxCommandEvent
|
||||
{
|
||||
explicit
|
||||
@ -1161,6 +1157,9 @@ wxDECLARE_EXPORTED_EVENT(AUDACITY_DLL_API,
|
||||
wxDECLARE_EXPORTED_EVENT(AUDACITY_DLL_API,
|
||||
EVT_TRACKLIST_DELETION, TrackListEvent);
|
||||
|
||||
/** \brief TrackList is a flat linked list of tracks supporting Add, Remove,
|
||||
* Clear, and Contains, plus serialization of the list of tracks.
|
||||
*/
|
||||
class TrackList final : public wxEvtHandler, public ListOfTracks
|
||||
, public std::enable_shared_from_this<TrackList>
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user