mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Add canBeDynamicallyUpdated() in BinaryDictionaryInfo."
This commit is contained in:
commit
81c5c3ce7f
@ -68,6 +68,12 @@ class BinaryDictionaryInfo {
|
||||
return &mDictionaryHeader;
|
||||
}
|
||||
|
||||
AK_FORCE_INLINE bool isDynamicallyUpdatable() const {
|
||||
// TODO: Support dynamic dictionary formats.
|
||||
const bool isUpdatableDictionaryFormat = false;
|
||||
return mIsUpdatable && isUpdatableDictionaryFormat;
|
||||
}
|
||||
|
||||
private:
|
||||
DISALLOW_COPY_AND_ASSIGN(BinaryDictionaryInfo);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user