Fix Issue #49 Wrong parenthesis in method, Thanks Matthias
This commit is contained in:
@@ -1126,8 +1126,8 @@ bool Format::hasProtectionData() const
|
|||||||
if (!d)
|
if (!d)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (hasProperty(FormatPrivate::P_Protection_Hidden)
|
if (hasProperty(FormatPrivate::P_Protection_Hidden
|
||||||
|| FormatPrivate::P_Protection_Locked) {
|
|| FormatPrivate::P_Protection_Locked)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user