mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Spellcheck
This commit is contained in:
parent
894a369737
commit
9b99b558ae
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ struct IntModel : Model<int>
|
|||
int row_count() const override { return data; }
|
||||
int row_data(int value) const override { return value; }
|
||||
};
|
||||
} // namespace pricate_api
|
||||
} // namespace private_api
|
||||
|
||||
/// A Model backed by a SharedVector
|
||||
template<typename ModelData>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue