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 45350210cc - Show all commits
+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();