mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-29 08:34:50 +08:00
fix(util): fix return code in plist parser
This commit is contained in:
@@ -51,7 +51,7 @@ bool Plist::read(const QString &fileName)
|
||||
insert(key, value);
|
||||
}
|
||||
|
||||
return m_hasError;
|
||||
return !m_hasError;
|
||||
}
|
||||
|
||||
bool Plist::hasError() const
|
||||
|
||||
Reference in New Issue
Block a user