summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/qalculator.hpp
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-10 17:29:29 -0500
committerFreya Murphy <freya@freyacat.org>2026-01-10 17:29:29 -0500
commit3ee6dcd9611986864e78df8dd06cc364e346f4a6 (patch)
treebeb0e2959e66b7f0f5a57d3377b339b8381f6181 /plugin/src/Caelestia/qalculator.hpp
parentremove more things, make lock screen use wallpaper not screenshot (diff)
downloadcaelestia-shell-3ee6dcd9611986864e78df8dd06cc364e346f4a6.tar.gz
caelestia-shell-3ee6dcd9611986864e78df8dd06cc364e346f4a6.tar.bz2
caelestia-shell-3ee6dcd9611986864e78df8dd06cc364e346f4a6.zip
remove more things again lol
Diffstat (limited to 'plugin/src/Caelestia/qalculator.hpp')
-rw-r--r--plugin/src/Caelestia/qalculator.hpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/plugin/src/Caelestia/qalculator.hpp b/plugin/src/Caelestia/qalculator.hpp
deleted file mode 100644
index a07a8a2..0000000
--- a/plugin/src/Caelestia/qalculator.hpp
+++ /dev/null
@@ -1,19 +0,0 @@
-#pragma once
-
-#include <qobject.h>
-#include <qqmlintegration.h>
-
-namespace caelestia {
-
-class Qalculator : public QObject {
- Q_OBJECT
- QML_ELEMENT
- QML_SINGLETON
-
-public:
- explicit Qalculator(QObject* parent = nullptr);
-
- Q_INVOKABLE QString eval(const QString& expr, bool printExpr = true) const;
-};
-
-} // namespace caelestia