tidy, format, and resolving tidy warnings #132
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user