NO-OP: whitespace
This commit is contained in:
parent
f2e00dfe07
commit
d166fbc62d
@ -1205,7 +1205,7 @@ private:
|
|||||||
|
|
||||||
class BufferingOptions : public OptionEditorBox
|
class BufferingOptions : public OptionEditorBox
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
BufferingOptions (RCConfiguration* c)
|
BufferingOptions (RCConfiguration* c)
|
||||||
: _rc_config (c)
|
: _rc_config (c)
|
||||||
, _playback_adjustment (5, 1, 60, 1, 4)
|
, _playback_adjustment (5, 1, 60, 1, 4)
|
||||||
@ -1305,7 +1305,7 @@ public:
|
|||||||
parameter_changed ("capture-buffer-seconds");
|
parameter_changed ("capture-buffer-seconds");
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
void preset_changed ()
|
void preset_changed ()
|
||||||
{
|
{
|
||||||
@ -1352,7 +1352,7 @@ private:
|
|||||||
|
|
||||||
class ControlSurfacesOptions : public OptionEditorPageBox
|
class ControlSurfacesOptions : public OptionEditorPageBox
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ControlSurfacesOptions ()
|
ControlSurfacesOptions ()
|
||||||
: _ignore_view_change (0)
|
: _ignore_view_change (0)
|
||||||
{
|
{
|
||||||
@ -1417,7 +1417,7 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
void protocol_status_changed (ControlProtocolInfo* cpi) {
|
void protocol_status_changed (ControlProtocolInfo* cpi) {
|
||||||
/* find the row */
|
/* find the row */
|
||||||
@ -1554,7 +1554,7 @@ private:
|
|||||||
|
|
||||||
class VideoTimelineOptions : public OptionEditorPageBox
|
class VideoTimelineOptions : public OptionEditorPageBox
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
VideoTimelineOptions (RCConfiguration* c)
|
VideoTimelineOptions (RCConfiguration* c)
|
||||||
: _rc_config (c)
|
: _rc_config (c)
|
||||||
, _show_video_export_info_button (_("Show Video Export Info before export"))
|
, _show_video_export_info_button (_("Show Video Export Info before export"))
|
||||||
@ -1720,7 +1720,7 @@ public:
|
|||||||
parameter_changed ("xjadeo-binary");
|
parameter_changed ("xjadeo-binary");
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
RCConfiguration* _rc_config;
|
RCConfiguration* _rc_config;
|
||||||
Entry _video_server_url_entry;
|
Entry _video_server_url_entry;
|
||||||
Entry _video_server_docroot_entry;
|
Entry _video_server_docroot_entry;
|
||||||
|
Loading…
Reference in New Issue
Block a user