]> git.sesse.net Git - nageru/blobdiff - futatabi/mainwindow.h
Move the to-play playlist into Player.
[nageru] / futatabi / mainwindow.h
index 2bb880d5ba80e4de3e985b349d61d3d5d997c61c..669fc0e9e29e810c2ef27f91d9a9bfa8ccf3050d 100644 (file)
@@ -43,6 +43,7 @@ private:
 
        QLabel *disk_free_label;
        std::unique_ptr<Player> preview_player, live_player;
+       std::map<size_t, size_t> live_player_index_to_row;
        DB db;
        unsigned num_cameras;