unused nolint
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 11s
Python / lint-format (pull_request) Successful in 15s
Python / test (pull_request) Successful in 46s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m46s
C++ / build (pull_request) Successful in 2m26s

This commit is contained in:
2026-06-30 03:27:01 +02:00
parent e347671edd
commit dcc535d213
-1
View File
@@ -6,7 +6,6 @@ namespace ZShell {
Qalculator::Qalculator(QObject* parent) : QObject(parent) {
if (!CALCULATOR) {
// NOLINTNEXTLINE(clang-analyzer-cplusplus.NewDeleteLeaks)
new Calculator();
CALCULATOR->loadExchangeRates();
CALCULATOR->loadGlobalDefinitions();