aboutsummaryrefslogtreecommitdiff
path: root/include/QuickMedia.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/QuickMedia.hpp')
-rw-r--r--include/QuickMedia.hpp2
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