fix&revert(qalculator): unassigned this to calculator pointer fixed, revert of succesful test
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 20s
Python / lint-format (pull_request) Successful in 41s
Python / test (pull_request) Successful in 1m51s
Lint & Format (Rust) / lint-format (pull_request) Successful in 2m0s
C++ / build (pull_request) Successful in 3m41s

This commit is contained in:
2026-06-30 04:49:55 +02:00
parent 85944ec966
commit 45350210cc
+1 -2
View File
@@ -5,9 +5,8 @@
namespace ZShell {
Qalculator::Qalculator(QObject* parent) : QObject(parent) {
int x;
if (!CALCULATOR) {
new Calculator();
calculator = new Calculator();
CALCULATOR->loadExchangeRates();
CALCULATOR->loadGlobalDefinitions();
CALCULATOR->loadLocalDefinitions();