mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
[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:
parent
761205ecf7
commit
cdb613bf02
4 changed files with 36 additions and 9 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue