Add BasicUI::selection()

Towards removing the direct use of Session by surfaces.
This commit is contained in:
David Robillard 2021-06-16 02:15:07 -04:00
parent 8cbff2b202
commit 003f1a4974
3 changed files with 21 additions and 10 deletions

View file

@ -901,6 +901,12 @@ BasicUI::locations ()
return _session->locations ();
}
CoreSelection&
BasicUI::selection () const
{
return _session->selection ();
}
/* Signals */
PBD::Signal0<void>&