All Values are now in fix point

This commit is contained in:
2012-04-30 21:15:51 +02:00
parent 12cc163459
commit 7c932e4f75
19 changed files with 165 additions and 174 deletions

View File

@@ -29,7 +29,7 @@ struct Operation {
unsigned int day;
unsigned int month;
unsigned int year;
double amount;
int amount;
QString description;
int category;
bool fix_cost;