6 lines
83 B
QML
6 lines
83 B
QML
|
import QtQuick 2.7
|
||
|
import SortFilterProxyModel 0.2
|
||
|
import "../Base"
|
||
|
|
||
|
HListModel {}
|