new plugin commodity implemented
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#include "accservice.h"
|
||||
#include <define.h>
|
||||
|
||||
AccService::AccService()
|
||||
AccService::AccService(QObject *parent)
|
||||
:QObject(parent)
|
||||
{
|
||||
m_price = 0;
|
||||
m_active = 1;
|
||||
|
||||
@@ -24,7 +24,7 @@ class AccService : public QObject
|
||||
Q_PROPERTY(Enums::VatType vatType READ vatType WRITE setVatType)
|
||||
|
||||
public:
|
||||
AccService();
|
||||
AccService(QObject *parent = 0);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user