- Modified ::onExit to remove the indicator that data was modified. This is not
  supported.
This commit is contained in:
Paul Beckingham 2014-09-07 22:56:28 -04:00
parent a9cf61c1d1
commit 5ce317bb48
3 changed files with 3 additions and 8 deletions

View file

@ -41,7 +41,7 @@ public:
void initialize ();
void onLaunch ();
bool onExit ();
void onExit ();
void onAdd (Task&);
void onModify (const Task&, Task&);