mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
There are no Phases any more, just a ModuleAction for a module.
This commit is contained in:
parent
9cb4e60b31
commit
834299f785
1 changed files with 6 additions and 5 deletions
|
@ -27,14 +27,15 @@ class Job;
|
||||||
|
|
||||||
typedef QSharedPointer< Job > job_ptr;
|
typedef QSharedPointer< Job > job_ptr;
|
||||||
|
|
||||||
enum Phase
|
enum ModuleAction : char
|
||||||
{
|
{
|
||||||
Phase_NULL = 0,
|
Show,
|
||||||
Prepare,
|
Exec
|
||||||
Install,
|
|
||||||
PostInstall
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class ViewStep;
|
||||||
|
typedef QList< ViewStep* > ViewStepList;
|
||||||
|
|
||||||
} //ns
|
} //ns
|
||||||
|
|
||||||
#endif // TYPEDEFS_H
|
#endif // TYPEDEFS_H
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue