Load modules by phase, in preparation for actually using new settings.

This commit is contained in:
Teo Mrnjavac 2014-07-11 14:40:15 +02:00
parent a09ab36386
commit 2e47c248ac
5 changed files with 61 additions and 51 deletions

View file

@ -27,6 +27,14 @@ class Job;
typedef QSharedPointer< Job > job_ptr;
enum Phase
{
Phase_NULL = 0,
Prepare,
Install,
PostInstall
};
} //ns
#endif // TYPEDEFS_H