]> git.sesse.net Git - pkanalytics/blobdiff - mainwindow.h
Rename player to video, since it was confusingly close to players (the PlayerModel).
[pkanalytics] / mainwindow.h
index 9f27068b0dc5089cd710c55f0c795c2c256ae05b..f046b688746933e57db7d10b8fd1f8c147b55fd1 100644 (file)
@@ -30,5 +30,5 @@ private:
        bool seeking = false;
        bool playing = true;
        std::optional<uint64_t> buffered_seek;
-       QMediaPlayer *player;
+       QMediaPlayer *video;
 };