summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell-plugins/Chrono.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell-plugins/Chrono.hpp')
-rw-r--r--accounts/gkleen@sif/shell/quickshell-plugins/Chrono.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell-plugins/Chrono.hpp b/accounts/gkleen@sif/shell/quickshell-plugins/Chrono.hpp
index 4d06007d..04080187 100644
--- a/accounts/gkleen@sif/shell/quickshell-plugins/Chrono.hpp
+++ b/accounts/gkleen@sif/shell/quickshell-plugins/Chrono.hpp
@@ -1,11 +1,12 @@
1#pragma once 1#pragma once
2 2
3#include <chrono>
4
3#include <QDateTime> 5#include <QDateTime>
4#include <QObject> 6#include <QObject>
5#include <QTimer> 7#include <QTimer>
6 8
7#include <qqmlintegration.h> 9#include <qqmlintegration.h>
8#include <chrono>
9 10
10class Chrono : public QObject { 11class Chrono : public QObject {
11 Q_OBJECT; 12 Q_OBJECT;