diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-10 17:29:29 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-22 08:34:36 -0500 |
| commit | 27d0b3d993ed5f91aeab317df7539b50dd3634b7 (patch) | |
| tree | 261ebd5e0152d1d2014af34a9cfc7551a8bec10f /plugin/src/Caelestia/qalculator.hpp | |
| parent | remove more things, make lock screen use wallpaper not screenshot (diff) | |
| download | caelestia-shell-27d0b3d993ed5f91aeab317df7539b50dd3634b7.tar.gz caelestia-shell-27d0b3d993ed5f91aeab317df7539b50dd3634b7.tar.bz2 caelestia-shell-27d0b3d993ed5f91aeab317df7539b50dd3634b7.zip | |
remove more things again lol
Diffstat (limited to 'plugin/src/Caelestia/qalculator.hpp')
| -rw-r--r-- | plugin/src/Caelestia/qalculator.hpp | 19 |
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 |