mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 03:45:38 -04:00
[users] Prep-work for configurable actions
- tidy include style - add setting to UsersViewStep for hostname action
This commit is contained in:
parent
33b3321698
commit
61d096c9ec
2 changed files with 27 additions and 6 deletions
|
@ -20,13 +20,13 @@
|
|||
#ifndef USERSPAGEPLUGIN_H
|
||||
#define USERSPAGEPLUGIN_H
|
||||
|
||||
#include "SetHostNameJob.h"
|
||||
|
||||
#include "PluginDllMacro.h"
|
||||
#include "utils/PluginFactory.h"
|
||||
#include "viewpages/ViewStep.h"
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include <utils/PluginFactory.h>
|
||||
#include <viewpages/ViewStep.h>
|
||||
|
||||
#include <PluginDllMacro.h>
|
||||
|
||||
#include <QVariant>
|
||||
|
||||
class UsersPage;
|
||||
|
@ -61,6 +61,7 @@ private:
|
|||
QList< Calamares::job_ptr > m_jobs;
|
||||
|
||||
QStringList m_defaultGroups;
|
||||
SetHostNameJob::Actions m_actions;
|
||||
};
|
||||
|
||||
CALAMARES_PLUGIN_FACTORY_DECLARATION( UsersViewStepFactory )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue