From f0122e7386e0e4fe63dafa9c1835ae0b04557ee4 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 14 Sep 2020 02:31:06 +0200 Subject: Do not show error when quiting video with 'q' --- include/VideoPlayer.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/VideoPlayer.hpp b/include/VideoPlayer.hpp index 9501e26..3f3a18c 100644 --- a/include/VideoPlayer.hpp +++ b/include/VideoPlayer.hpp @@ -59,6 +59,8 @@ namespace QuickMedia { Error is_seekable(bool *result); bool is_connected() const { return connected_to_ipc; } + + int exit_status; private: Error set_property(const std::string &property_name, const Json::Value &value); Error get_property(const std::string &property_name, Json::Value *result, Json::ValueType result_type); -- cgit v1.2.3