From 00225103fd4313096b7eeb2653a21752d62c0c85 Mon Sep 17 00:00:00 2001 From: kappa44 <6469032-kappa44@users.noreply.gitlab.com> Date: Sun, 28 Mar 2021 14:22:57 +1100 Subject: [PATCH] Save notes immediately when focus leaves notes widget. --- oscar/daily.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oscar/daily.h b/oscar/daily.h index 35e9d4cb..94aad87a 100644 --- a/oscar/daily.h +++ b/oscar/daily.h @@ -304,6 +304,8 @@ private: */ void UpdateEventsTree(QTreeWidget * tree,Day *day); + virtual bool eventFilter(QObject *object, QEvent *event) override; + void updateCube();