There are no Phases any more, just a ModuleAction for a module.
This commit is contained in:
parent
9cb4e60b31
commit
834299f785
@ -27,14 +27,15 @@ class Job;
|
||||
|
||||
typedef QSharedPointer< Job > job_ptr;
|
||||
|
||||
enum Phase
|
||||
enum ModuleAction : char
|
||||
{
|
||||
Phase_NULL = 0,
|
||||
Prepare,
|
||||
Install,
|
||||
PostInstall
|
||||
Show,
|
||||
Exec
|
||||
};
|
||||
|
||||
class ViewStep;
|
||||
typedef QList< ViewStep* > ViewStepList;
|
||||
|
||||
} //ns
|
||||
|
||||
#endif // TYPEDEFS_H
|
||||
|
Loading…
Reference in New Issue
Block a user