You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prodejna/commodity/commoditytablemodel.h

14 lines
305 B
C

#ifndef COMMODITYTABLEMODEL_H
#define COMMODITYTABLEMODEL_H
#include <autotablemodel.h>
#include "data/commoditydata.h"
class CommodityTableModel : public AutoTableModel<CommodityData>
{
Q_OBJECT
public:
explicit CommodityTableModel(QObject *parent= nullptr);
};
#endif // COMMODITYTABLEMODEL_H