Remove extra static keyword
This commit is contained in:
parent
e3ee3c623d
commit
543a9e1afc
@ -137,7 +137,8 @@ LuksBootKeyFileJob::partitions()
|
||||
return globalStorage->value( QStringLiteral( "partitions" ) ).toList();
|
||||
}
|
||||
|
||||
static bool
|
||||
// static
|
||||
bool
|
||||
LuksBootKeyFileJob::hasUnencryptedSeparateBoot()
|
||||
{
|
||||
const QVariantList partitions = LuksBootKeyFileJob::partitions();
|
||||
|
Loading…
Reference in New Issue
Block a user