Fix #2692 TaskProjectGroup cancel button

This commit is contained in:
WandererFan
2016-09-09 12:52:57 -04:00
parent 81472a5fd8
commit 254b28ea77
15 changed files with 284 additions and 101 deletions

View File

@@ -48,6 +48,8 @@ public:
short mustExecute() const;
int addView(DrawView *view);
int removeView(DrawView *view);
void rebuildViewList(void);
int countChildren();
/** @name methods overide Feature */