From f90e71400de86e1ec84ac141b5ac740418086a5f Mon Sep 17 00:00:00 2001 From: Guillaume Castagnino Date: Wed, 11 Mar 2020 22:40:35 +0100 Subject: [PATCH] add notice --- xlib_wrapper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/xlib_wrapper.cpp b/xlib_wrapper.cpp index 6b29f3b..57ee6bf 100644 --- a/xlib_wrapper.cpp +++ b/xlib_wrapper.cpp @@ -16,6 +16,7 @@ XlibWrapper::XlibWrapper() this, SLOT(XlibWrapperSlot())); timer->start(1000); } +/* Instead of this, should subscribe to the correct QEvent */ void XlibWrapper::XlibWrapperSlot() { -- 2.31.1