Add Delete operation in GridAccount

Fix a bug : Forgot to update stats when there is a modification
This commit is contained in:
2011-11-01 18:01:17 +01:00
parent a9bcdcc733
commit 6c4ee9dec3
8 changed files with 140 additions and 151 deletions

View File

@@ -63,6 +63,7 @@ public:
void ShowSearch();
void ShowPreferences();
void GenerateMonth(int month, int year);
void UpdateStats();
void KillMe();