Added settings for Camp module. Changed Camp data model.

This commit is contained in:
2017-05-07 23:41:36 +02:00
parent 87ec7098ff
commit 4c00364698
20 changed files with 898 additions and 7 deletions
+1
View File
@@ -3,6 +3,7 @@
AddressbookData::AddressbookData(QObject * parent)
:ComboItem(parent)
{
m_ztp = false;
}
QString AddressbookData::title() const
+3
View File
@@ -6,6 +6,7 @@
#include <QDate>
#include <odb/core.hxx>
#include <QtCore/qglobal.h>
#include <QSharedPointer>
#include <data/comboitem.h>
@@ -86,4 +87,6 @@ public:
virtual QString toString();
};
typedef QSharedPointer<AddressbookData> AddressbookDataPtr;
#endif // ADDRESSBOOKDATA_H