mirror of
https://github.com/status-im/SortFilterProxyModel.git
synced 2025-02-21 07:08:26 +00:00
Update version number in README.md (#39)
This commit is contained in:
parent
070597a9d4
commit
c723de3fb5
@ -8,12 +8,12 @@ Install
|
||||
##### With [qpm](https://qpm.io) :
|
||||
1. `qpm install fr.grecko.sortfilterproxymodel`
|
||||
2. add `include(vendor/vendor.pri)` in your .pro if it is not already done
|
||||
3. `import SortFilterProxyModel 0.1` to use this library in your QML files
|
||||
3. `import SortFilterProxyModel 0.2` to use this library in your QML files
|
||||
|
||||
##### Without qpm :
|
||||
1. clone or download this repository
|
||||
2. add `include (<path/to/SortFilterProxyModel>/SortFilterProxyModel.pri)` in your `.pro`
|
||||
3. `import SortFilterProxyModel 0.1` to use this library in your QML files
|
||||
3. `import SortFilterProxyModel 0.2` to use this library in your QML files
|
||||
|
||||
Sample Usage
|
||||
------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user