From 2c0dd689145e48e9d3683dfd3556723895fa54aa Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 21 Jan 2026 14:34:21 -0500 Subject: remove lockscreen --- plugin/src/Caelestia/Internal/logindmanager.hpp | 27 ------------------------- 1 file changed, 27 deletions(-) delete mode 100644 plugin/src/Caelestia/Internal/logindmanager.hpp (limited to 'plugin/src/Caelestia/Internal/logindmanager.hpp') diff --git a/plugin/src/Caelestia/Internal/logindmanager.hpp b/plugin/src/Caelestia/Internal/logindmanager.hpp deleted file mode 100644 index 72a3401..0000000 --- a/plugin/src/Caelestia/Internal/logindmanager.hpp +++ /dev/null @@ -1,27 +0,0 @@ -#pragma once - -#include -#include - -namespace caelestia::internal { - -class LogindManager : public QObject { - Q_OBJECT - QML_ELEMENT - -public: - explicit LogindManager(QObject* parent = nullptr); - -signals: - void aboutToSleep(); - void resumed(); - void lockRequested(); - void unlockRequested(); - -private slots: - void handlePrepareForSleep(bool sleep); - void handleLockRequested(); - void handleUnlockRequested(); -}; - -} // namespace caelestia::internal -- cgit v1.2.3-freya