[libcalamares] Move module-related things into subdirectory

- Currently just moves a single enum, but this is prep-work for
   moving the non-GUI parts of the module system into libcalamares,
   to better support GUI-less operation.
This commit is contained in:
Adriaan de Groot 2019-05-07 07:09:10 -04:00
parent 761205ecf7
commit cdb613bf02
4 changed files with 36 additions and 9 deletions

View file

@ -29,12 +29,6 @@ class Job;
typedef QSharedPointer< Job > job_ptr;
using JobList = QList< job_ptr >;
enum ModuleAction : char
{
Show,
Exec
};
class ViewStep;
typedef QList< ViewStep* > ViewStepList;