mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters
git-svn-id: svn://localhost/ardour2/branches/3.0@6376 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
67460c2af4
commit
aae367b63c
256 changed files with 1123 additions and 1113 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include <vector>
|
||||
#include <libgnomecanvasmm.h>
|
||||
#include <boost/signals2.hpp>
|
||||
#include "pbd/signals.h"
|
||||
#include "ardour/crossfade.h"
|
||||
|
||||
#include "time_axis_view_item.h"
|
||||
|
|
@ -52,7 +52,7 @@ struct CrossfadeView : public TimeAxisViewItem
|
|||
bool visible() const { return _visible; }
|
||||
void set_valid (bool yn);
|
||||
|
||||
static boost::signals2::signal<void(CrossfadeView*)> GoingAway;
|
||||
static PBD::Signal1<void,CrossfadeView*> GoingAway;
|
||||
|
||||
AudioRegionView& upper_regionview () const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue