Created a function to create a fake dive for Add and Plan states.

This function should likely to move to C in the future, I'm only
adding this here because I'm changing this file so much ( already
4 rewrites of the function )

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-05-25 15:56:39 -03:00 committed by Dirk Hohndel
parent 58d5d5ca41
commit 9b9abd5f2a
2 changed files with 21 additions and 12 deletions

View file

@ -174,6 +174,7 @@ private:
UpdateManager *updateManager;
bool plannerStateClean();
void createFakeDiveForAddAndPlan();
};
#endif // MAINWINDOW_H