X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fmainwindow.h;h=8492eb34d09fed7172504e0aaf5c17058830f5d3;hb=6e3e839e23309b1214ff8d9954e97e6194db61a8;hp=97f0f296aef8638372635b13b14d0be019e2a923;hpb=3295f7e178ffb254f7223e5c13d21c4f0689f2be;p=nageru diff --git a/futatabi/mainwindow.h b/futatabi/mainwindow.h index 97f0f29..8492eb3 100644 --- a/futatabi/mainwindow.h +++ b/futatabi/mainwindow.h @@ -43,6 +43,7 @@ private: QLabel *disk_free_label; std::unique_ptr preview_player, live_player; DB db; + unsigned num_cameras; // State when doing a scrub operation on a timestamp with the mouse. bool scrubbing = false; @@ -87,6 +88,7 @@ private: }; std::vector displays; + void change_num_cameras(); void cue_in_clicked(); void cue_out_clicked(); void queue_clicked();