use new ARDOUR::Location signals in GUI

Conflicts:
	gtk2_ardour/editor_markers.cc
This commit is contained in:
Paul Davis 2014-09-19 22:50:50 -04:00
parent 5bdc9a9a23
commit 6a971e645d
5 changed files with 27 additions and 25 deletions

View file

@ -569,7 +569,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
Gtk::VBox scrollers_rulers_markers_box;
void location_changed (ARDOUR::Location *);
void location_flags_changed (ARDOUR::Location *, void *);
void location_flags_changed (ARDOUR::Location *);
void refresh_location_display ();
void refresh_location_display_internal (ARDOUR::Locations::LocationList&);
void add_new_location (ARDOUR::Location *);