tidy, format, and resolving tidy warnings #132
@@ -5,9 +5,8 @@
|
|||||||
namespace ZShell {
|
namespace ZShell {
|
||||||
|
|
||||||
Qalculator::Qalculator(QObject* parent) : QObject(parent) {
|
Qalculator::Qalculator(QObject* parent) : QObject(parent) {
|
||||||
int x;
|
|
||||||
if (!CALCULATOR) {
|
if (!CALCULATOR) {
|
||||||
new Calculator();
|
calculator = new Calculator();
|
||||||
CALCULATOR->loadExchangeRates();
|
CALCULATOR->loadExchangeRates();
|
||||||
CALCULATOR->loadGlobalDefinitions();
|
CALCULATOR->loadGlobalDefinitions();
|
||||||
CALCULATOR->loadLocalDefinitions();
|
CALCULATOR->loadLocalDefinitions();
|
||||||
|
|||||||
Reference in New Issue
Block a user