tidy, format, and resolving tidy warnings #132

Merged
zach merged 26 commits from tidy-warning-fixes into main 2026-06-30 14:46:39 +02:00
Showing only changes of commit dcc535d213 - Show all commits
-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();