[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 );
|
void initFailed( const QStringList& l );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void initQmlPath();
|
// Initialization steps happen in this order
|
||||||
void initSettings();
|
void initSettings();
|
||||||
|
void initQmlPath();
|
||||||
void initBranding();
|
void initBranding();
|
||||||
void initModuleManager();
|
void initModuleManager();
|
||||||
void initJobQueue();
|
void initJobQueue();
|
||||||
|
Loading…
Reference in New Issue
Block a user