Implement Cancel logic for TaskViewSection

This commit is contained in:
WandererFan
2016-09-08 11:27:21 -04:00
parent 17fe63598f
commit a5b5104875
4 changed files with 41 additions and 3 deletions

View File

@@ -46,8 +46,8 @@ public:
~TaskSectionView();
public:
bool accept();
bool reject();
virtual bool accept();
virtual bool reject();
protected Q_SLOTS:
void onHorizontalClicked(bool b);