[welcomeq] Coding style

- Apply coding style tool
- Remove commented-out cruft
- Drop TODO's that don't apply anymore
This commit is contained in:
Adriaan de Groot 2020-05-12 14:47:31 +02:00
parent ab6c6a6748
commit e930c74e85
2 changed files with 27 additions and 36 deletions

View file

@ -47,7 +47,6 @@ class PLUGINDLLEXPORT WelcomeQmlViewStep : public Calamares::QmlViewStep
Q_OBJECT
public:
explicit WelcomeQmlViewStep( QObject* parent = nullptr );
QString prettyName() const override;
@ -75,7 +74,7 @@ public:
private:
// TODO: a generic QML viewstep should return a config object from a method
Config *m_config;
Config* m_config;
GeneralRequirements* m_requirementsChecker;
};