mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Remove extra static keyword
This commit is contained in:
parent
e3ee3c623d
commit
543a9e1afc
1 changed files with 2 additions and 1 deletions
|
@ -137,7 +137,8 @@ LuksBootKeyFileJob::partitions()
|
|||
return globalStorage->value( QStringLiteral( "partitions" ) ).toList();
|
||||
}
|
||||
|
||||
static bool
|
||||
// static
|
||||
bool
|
||||
LuksBootKeyFileJob::hasUnencryptedSeparateBoot()
|
||||
{
|
||||
const QVariantList partitions = LuksBootKeyFileJob::partitions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue