|
|
@ -1126,8 +1126,8 @@ bool Format::hasProtectionData() const |
|
|
|
if (!d) |
|
|
|
return false; |
|
|
|
|
|
|
|
if (hasProperty(FormatPrivate::P_Protection_Hidden) |
|
|
|
|| FormatPrivate::P_Protection_Locked) { |
|
|
|
if (hasProperty(FormatPrivate::P_Protection_Hidden |
|
|
|
|| FormatPrivate::P_Protection_Locked)) { |
|
|
|
return true; |
|
|
|
} |
|
|
|
return false; |
|
|
|