From 3ee6dcd9611986864e78df8dd06cc364e346f4a6 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 10 Jan 2026 17:29:29 -0500 Subject: remove more things again lol --- plugin/src/Caelestia/qalculator.hpp | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 plugin/src/Caelestia/qalculator.hpp (limited to 'plugin/src/Caelestia/qalculator.hpp') 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 -#include - -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 -- cgit v1.2.3-freya