mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
call function at different scope to avoid name collision
This commit is contained in:
parent
09798a2a12
commit
567b01eab0
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ partitions()
|
|||
bool
|
||||
hasUnencryptedSeparateBoot()
|
||||
{
|
||||
const QVariantList partitions = partitions();
|
||||
const QVariantList partitions = ::partitions();
|
||||
for ( const QVariant& partition : partitions )
|
||||
{
|
||||
QVariantMap partitionMap = partition.toMap();
|
||||
|
|
Loading…
Add table
Reference in a new issue