mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Rename SharedArray to SharedVector
This commit is contained in:
parent
0d2d48be4f
commit
dfa25b96f7
15 changed files with 122 additions and 121 deletions
|
@ -409,7 +409,7 @@ struct IntModel : Model<int>
|
|||
int row_data(int value) const override { return value; }
|
||||
};
|
||||
|
||||
/// A Model backed by a SharedArray
|
||||
/// A Model backed by a SharedVector
|
||||
template<typename ModelData>
|
||||
class VectorModel : public Model<ModelData>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue