Service/CFG: convert to ServiceFramework
This commit is contained in:
parent
5dd8ac99e3
commit
b179b86f14
16 changed files with 554 additions and 550 deletions
|
@ -11,6 +11,12 @@ namespace Ui {
|
|||
class ConfigureSystem;
|
||||
}
|
||||
|
||||
namespace Service {
|
||||
namespace CFG {
|
||||
class Module;
|
||||
} // namespace CFG
|
||||
} // namespace Service
|
||||
|
||||
class ConfigureSystem : public QWidget {
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -32,6 +38,7 @@ private:
|
|||
std::unique_ptr<Ui::ConfigureSystem> ui;
|
||||
bool enabled;
|
||||
|
||||
std::shared_ptr<Service::CFG::Module> cfg;
|
||||
std::u16string username;
|
||||
int birthmonth, birthday;
|
||||
int language_index;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue