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:
@@ -22,7 +22,7 @@
|
||||
#define __ardour_basic_ui_h__
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "pbd/signals.h"
|
||||
|
||||
#include <jack/types.h>
|
||||
|
||||
@@ -46,7 +46,7 @@ class BasicUI {
|
||||
|
||||
void loop_toggle ();
|
||||
void access_action ( std::string action_path );
|
||||
static sigc::signal<void,std::string,std::string> AccessAction;
|
||||
static PBD::Signal2<void,std::string,std::string> AccessAction;
|
||||
void goto_start ();
|
||||
void goto_end ();
|
||||
void rewind ();
|
||||
|
||||
Reference in New Issue
Block a user