Dump service was added
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#include <QObject>
|
||||
#include <QVariantMap>
|
||||
|
||||
#include "services/dumpservice.h"
|
||||
|
||||
class BeerService;
|
||||
class BaseModel : public QObject
|
||||
{
|
||||
@@ -36,6 +38,8 @@ signals:
|
||||
private:
|
||||
BeerService *service() const;
|
||||
|
||||
DumpService m_dumpService;
|
||||
|
||||
QVariantMap m_data;
|
||||
QString m_entity;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user