summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-10-11 15:50:54 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-10-11 15:50:54 +0000
commit9116ea83ddc30aebb6bb5a8fa0f4a55be8984ceb (patch)
treeedcc75f0b62e63b19caf49044518cd2b0ab256e4 /gtk2_ardour/rc_option_editor.h
parenta5fd5d73dc6cbee1fd21451d72793fdcbf646f09 (diff)
more transport prefs tooltips and tidy up sync/slave stuff some more
git-svn-id: svn://localhost/ardour2/branches/3.0@13248 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/rc_option_editor.h')
-rw-r--r--gtk2_ardour/rc_option_editor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/rc_option_editor.h b/gtk2_ardour/rc_option_editor.h
index 6789594e8a..eae27d323b 100644
--- a/gtk2_ardour/rc_option_editor.h
+++ b/gtk2_ardour/rc_option_editor.h
@@ -43,4 +43,8 @@ private:
ComboOption<ARDOUR::ListenPosition>* _listen_position;
VisibilityGroup _mixer_strip_visibility;
ComboOption<ARDOUR::SyncSource>* _sync_source;
+ BoolOption* _sync_framerate;
+ BoolOption* _sync_genlock;
+
+ PBD::ScopedConnection parameter_change_connection;
};