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