summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell-plugins/Chrono.hpp
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-09-02 20:56:37 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2025-09-02 20:56:37 +0200
commitcc84ab2289381038f483f06963374aa0247f6724 (patch)
treef60dda5bf4efb447a47a5065081ccd9169ccef48 /accounts/gkleen@sif/shell/quickshell-plugins/Chrono.hpp
parentaff71d6f9f3cc5c9217ee0cb4fa6c66f978e2b36 (diff)
downloadnixos-cc84ab2289381038f483f06963374aa0247f6724.tar
nixos-cc84ab2289381038f483f06963374aa0247f6724.tar.gz
nixos-cc84ab2289381038f483f06963374aa0247f6724.tar.bz2
nixos-cc84ab2289381038f483f06963374aa0247f6724.tar.xz
nixos-cc84ab2289381038f483f06963374aa0247f6724.zip
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;