mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04: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
|
bool
|
||||||
hasUnencryptedSeparateBoot()
|
hasUnencryptedSeparateBoot()
|
||||||
{
|
{
|
||||||
const QVariantList partitions = partitions();
|
const QVariantList partitions = ::partitions();
|
||||||
for ( const QVariant& partition : partitions )
|
for ( const QVariant& partition : partitions )
|
||||||
{
|
{
|
||||||
QVariantMap partitionMap = partition.toMap();
|
QVariantMap partitionMap = partition.toMap();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue