fixed compile problem with gcc and inicialization in comodity plugin
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
CommodityData::CommodityData(QObject *parent)
|
||||
:QObject(parent)
|
||||
{
|
||||
m_count = 0;
|
||||
m_price = 0;
|
||||
}
|
||||
int CommodityData::id() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user