mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 08:27:43 +01:00
Add BasicUI::selection()
Towards removing the direct use of Session by surfaces.
This commit is contained in:
parent
8cbff2b202
commit
003f1a4974
3 changed files with 21 additions and 10 deletions
|
|
@ -901,6 +901,12 @@ BasicUI::locations ()
|
|||
return _session->locations ();
|
||||
}
|
||||
|
||||
CoreSelection&
|
||||
BasicUI::selection () const
|
||||
{
|
||||
return _session->selection ();
|
||||
}
|
||||
|
||||
/* Signals */
|
||||
|
||||
PBD::Signal0<void>&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue