Added settings for Camp module. Changed Camp data model.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
AddressbookData::AddressbookData(QObject * parent)
|
||||
:ComboItem(parent)
|
||||
{
|
||||
m_ztp = false;
|
||||
}
|
||||
|
||||
QString AddressbookData::title() const
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user