tidy, format, and resolving tidy warnings #132
@@ -6,7 +6,6 @@ namespace ZShell {
|
|||||||
|
|
||||||
Qalculator::Qalculator(QObject* parent) : QObject(parent) {
|
Qalculator::Qalculator(QObject* parent) : QObject(parent) {
|
||||||
if (!CALCULATOR) {
|
if (!CALCULATOR) {
|
||||||
// NOLINTNEXTLINE(clang-analyzer-cplusplus.NewDeleteLeaks)
|
|
||||||
new Calculator();
|
new Calculator();
|
||||||
CALCULATOR->loadExchangeRates();
|
CALCULATOR->loadExchangeRates();
|
||||||
CALCULATOR->loadGlobalDefinitions();
|
CALCULATOR->loadGlobalDefinitions();
|
||||||
|
|||||||
Reference in New Issue
Block a user