mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-04 12:55:37 -04:00
[libcalamaresui] Warnings--, don't shadow a parameter
This commit is contained in:
parent
65273a262b
commit
e1e81bb133
1 changed files with 2 additions and 2 deletions
|
@ -166,9 +166,9 @@ ModuleManager::moduleInstance( const ModuleSystem::InstanceKey& instanceKey )
|
|||
static QString
|
||||
getConfigFileName( const Settings::InstanceDescriptionList& descriptorList,
|
||||
const ModuleSystem::InstanceKey& instanceKey,
|
||||
const ModuleSystem::Descriptor& descriptor )
|
||||
const ModuleSystem::Descriptor& thisModule )
|
||||
{
|
||||
if ( !descriptor.hasConfig() )
|
||||
if ( !thisModule.hasConfig() )
|
||||
{
|
||||
// Explicitly set to no-configuration. This doesn't apply
|
||||
// to custom instances (above) since the only reason to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue