diff --git a/Plugins/ZShell/qalculator.cpp b/Plugins/ZShell/qalculator.cpp index af73867..944449e 100644 --- a/Plugins/ZShell/qalculator.cpp +++ b/Plugins/ZShell/qalculator.cpp @@ -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();