* @brief StoreModel::StoreModel * SubClass of QSortFilterProxyModel via * http://www.qtcentre.org/threads/46471-QTreeView-Filter */
| 49 | * http://www.qtcentre.org/threads/46471-QTreeView-Filter |
| 50 | */ |
| 51 | StoreModel::StoreModel() { fs = nullptr; } |
| 52 | |
| 53 | /** |
| 54 | * @brief StoreModel::filterAcceptsRow should row be shown, wrapper for |
nothing calls this directly
no outgoing calls
no test coverage detected