X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fmainwindow.h;h=669fc0e9e29e810c2ef27f91d9a9bfa8ccf3050d;hb=c18585d1f7b4476c74c4c5a064cb3ce357c644ae;hp=5d7104ab3210745770fc603d9db7eea1ea3680f5;hpb=c1f1bd35d8c8e2cb9ff97c3535bb2dd04d55a51d;p=nageru diff --git a/futatabi/mainwindow.h b/futatabi/mainwindow.h index 5d7104a..669fc0e 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; + std::map live_player_index_to_row; DB db; unsigned num_cameras; @@ -134,6 +135,7 @@ private: void undo_triggered(); void redo_triggered(); void quality_toggled(int quality, bool checked); + void padding_toggled(double seconds, bool checked); void highlight_camera_input(int stream_idx);