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
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:
@@ -5,9 +5,8 @@
|
|||||||
namespace ZShell {
|
namespace ZShell {
|
||||||
|
|
||||||
Qalculator::Qalculator(QObject* parent) : QObject(parent) {
|
Qalculator::Qalculator(QObject* parent) : QObject(parent) {
|
||||||
int x;
|
|
||||||
if (!CALCULATOR) {
|
if (!CALCULATOR) {
|
||||||
new Calculator();
|
calculator = new Calculator();
|
||||||
CALCULATOR->loadExchangeRates();
|
CALCULATOR->loadExchangeRates();
|
||||||
CALCULATOR->loadGlobalDefinitions();
|
CALCULATOR->loadGlobalDefinitions();
|
||||||
CALCULATOR->loadLocalDefinitions();
|
CALCULATOR->loadLocalDefinitions();
|
||||||
|
|||||||
Reference in New Issue
Block a user