diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/QuickMedia.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index 9e24f3c..8be6fa5 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -31,6 +31,7 @@ namespace QuickMedia { class MatrixChatPage; class VideoPage; class Tabs; + class VideoPlayer; enum class ImageViewMode { SINGLE, @@ -205,5 +206,6 @@ namespace QuickMedia { XEvent xev; std::filesystem::path file_manager_start_dir; std::string youtube_url; + std::unique_ptr<VideoPlayer> video_player; }; }
\ No newline at end of file |