new plugin commodity implemented
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
#include <QDate>
|
||||
#include "odb/core.hxx"
|
||||
#include <odb/core.hxx>
|
||||
|
||||
#pragma db object
|
||||
class AddressbookData : public QObject
|
||||
@@ -58,7 +58,7 @@ public:
|
||||
|
||||
private:
|
||||
friend class odb::access;
|
||||
#pragma db id auto
|
||||
#pragma db id auto
|
||||
int m_id;
|
||||
QString m_title;
|
||||
QString m_firstName;
|
||||
|
||||
Reference in New Issue
Block a user