mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Load modules by phase, in preparation for actually using new settings.
This commit is contained in:
parent
a09ab36386
commit
2e47c248ac
5 changed files with 61 additions and 51 deletions
|
@ -27,6 +27,14 @@ class Job;
|
|||
|
||||
typedef QSharedPointer< Job > job_ptr;
|
||||
|
||||
enum Phase
|
||||
{
|
||||
Phase_NULL = 0,
|
||||
Prepare,
|
||||
Install,
|
||||
PostInstall
|
||||
};
|
||||
|
||||
} //ns
|
||||
|
||||
#endif // TYPEDEFS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue