summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/appdb.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/src/Caelestia/appdb.hpp')
-rw-r--r--plugin/src/Caelestia/appdb.hpp3
1 files changed, 3 insertions, 0 deletions
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 <qhash.h>
#include <qobject.h>
#include <qqmlintegration.h>
+#include <qtimer.h>
namespace caelestia {
@@ -87,6 +88,8 @@ signals:
void appsChanged();
private:
+ QTimer* m_timer;
+
const QString m_uuid;
QString m_path;
QList<QObject*> m_entries;