Open kubark42 opened 7 years ago
~/$ qpm install fr.grecko.sortfilterproxymodel INFO: Package fr.grecko.sortfilterproxymodel has a different license (MIT) than it's dependant (NONE). Installing fr.grecko.sortfilterproxymodel@0.1.0 ~/$ ls vendor/fr/grecko/sortfilterproxymodel/ LICENSE qqmlsortfilterproxymodel.cpp SortFilterProxyModel.pri qqmlsortfilterproxymodel.h qpm.json
I suspect because this https://github.com/oKcerG/SortFilterProxyModel/blob/99d89d8cfb407e2ccf29f72871b1a20d5fd41b13/qpm.json#L13 is set to v.0.1.0, but I'm unfamiliar with qpm so this is just a guess.
v.0.1.0
qpm
P.S. Why am I just now finding this project? It's awesome, and I implemented a far inferior version for some auto-complete text boxes I made. Thanks a million!
Same observing today December 20, 2018 qpm version is 0.1.0, however all the information and git version is 0.2 Please update version in qpm
I suspect because this https://github.com/oKcerG/SortFilterProxyModel/blob/99d89d8cfb407e2ccf29f72871b1a20d5fd41b13/qpm.json#L13 is set to
v.0.1.0
, but I'm unfamiliar withqpm
so this is just a guess.P.S. Why am I just now finding this project? It's awesome, and I implemented a far inferior version for some auto-complete text boxes I made. Thanks a million!