[calamares] Make declaration order match calling order
This commit is contained in:
parent
db80a34aca
commit
68e8b0695d
@ -60,8 +60,9 @@ private slots:
|
||||
void initFailed( const QStringList& l );
|
||||
|
||||
private:
|
||||
void initQmlPath();
|
||||
// Initialization steps happen in this order
|
||||
void initSettings();
|
||||
void initQmlPath();
|
||||
void initBranding();
|
||||
void initModuleManager();
|
||||
void initJobQueue();
|
||||
|
Loading…
Reference in New Issue
Block a user