Commodity settings implementation

This commit is contained in:
Zdenek Jonak
2016-05-03 22:09:05 +02:00
parent 676ea77404
commit 77ec02e4c5
7 changed files with 166 additions and 3 deletions
+1
View File
@@ -3,6 +3,7 @@
CommodityTypeData::CommodityTypeData(QObject *parent)
:ComboItem(parent)
{
m_id = 0;
}
int CommodityTypeData::id() const
{