From ca1d9f2134d53329dd8583d8a506c7f99e5278c7 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:33:35 +1000 Subject: plugin/appdb: debounce updating entries Fixes #667 --- plugin/src/Caelestia/appdb.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugin/src/Caelestia/appdb.hpp') diff --git a/plugin/src/Caelestia/appdb.hpp b/plugin/src/Caelestia/appdb.hpp index 46aed59..bb1a3f1 100644 --- a/plugin/src/Caelestia/appdb.hpp +++ b/plugin/src/Caelestia/appdb.hpp @@ -3,6 +3,7 @@ #include #include #include +#include namespace caelestia { @@ -87,6 +88,8 @@ signals: void appsChanged(); private: + QTimer* m_timer; + const QString m_uuid; QString m_path; QList m_entries; -- cgit v1.2.3-freya