Fix Issue #49 Wrong parenthesis in method, Thanks Matthias
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user