diff -Nru eventdispatcher-1.1.27.0~bionic/debian/changelog eventdispatcher-1.1.28.0~bionic/debian/changelog --- eventdispatcher-1.1.27.0~bionic/debian/changelog 2021-02-21 19:19:15.000000000 +0000 +++ eventdispatcher-1.1.28.0~bionic/debian/changelog 2021-02-23 04:32:37.000000000 +0000 @@ -1,3 +1,9 @@ +eventdispatcher (1.1.28.0~bionic) bionic; urgency=high + + * Added the process_timer() function to the header. + + -- Alexis Wilke Mon, 22 Feb 2021 20:32:37 -0800 + eventdispatcher (1.1.27.0~bionic) bionic; urgency=high * Added a timer to handle Qt events constantly. Binary files /tmp/tmptjWRKR/Zl2fSsP_6J/eventdispatcher-1.1.27.0~bionic/debian/.changelog.swp and /tmp/tmptjWRKR/hwhZJDzIQI/eventdispatcher-1.1.28.0~bionic/debian/.changelog.swp differ diff -Nru eventdispatcher-1.1.27.0~bionic/eventdispatcher_qt/qt_connection.h eventdispatcher-1.1.28.0~bionic/eventdispatcher_qt/qt_connection.h --- eventdispatcher-1.1.27.0~bionic/eventdispatcher_qt/qt_connection.h 2021-02-21 19:19:15.000000000 +0000 +++ eventdispatcher-1.1.28.0~bionic/eventdispatcher_qt/qt_connection.h 2021-02-23 04:31:34.000000000 +0000 @@ -42,6 +42,7 @@ // implements connection virtual int get_socket() const override; virtual bool is_reader() const override; + void process_timeout() override; virtual void process_read() override; private: