mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
[libcalamares] Introduce more descriptive type name
This commit is contained in:
parent
051b43bee6
commit
a626e52bf3
3 changed files with 6 additions and 4 deletions
|
@ -159,7 +159,7 @@ ModuleManager::loadModules()
|
|||
{
|
||||
QTimer::singleShot( 0, this, [ this ]()
|
||||
{
|
||||
QList< QMap< QString, QString > > customInstances =
|
||||
Settings::InstanceDescriptionList customInstances =
|
||||
Settings::instance()->customModuleInstances();
|
||||
|
||||
const auto modulesSequence = Settings::instance()->modulesSequence();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue