new plugin commodity implemented

This commit is contained in:
Zdenek Jonak
2016-03-02 23:26:37 +01:00
parent 4b8d790ea8
commit a1f92c9f40
24 changed files with 597 additions and 10 deletions
+1 -2
View File
@@ -2,8 +2,7 @@
#define ADDRESSBOOKFORM_H
#include <QWidget>
#include <QWidget>
#include "autoform.h"
#include <autoform.h>
#include "data/addressbookdata.h"
#include "addressbook-odb.hxx"
+2 -2
View File
@@ -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;