Implemented camp wizard and service methods for camp calculation.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
#include <QDecDouble.hh>
|
||||
#include <QSharedPointer>
|
||||
|
||||
#include <odb/core.hxx>
|
||||
|
||||
@@ -28,7 +29,7 @@ public:
|
||||
|
||||
|
||||
|
||||
enum ServiceType { CAR,TENT,OTHER };
|
||||
enum ServiceType { CAR,TENT,OTHER,ACCFEE };
|
||||
|
||||
int id() const;
|
||||
void setId(int id);
|
||||
@@ -68,4 +69,7 @@ private:
|
||||
Enums::VatType m_vatType;
|
||||
|
||||
};
|
||||
|
||||
typedef QSharedPointer<AccService> AccServicePtr;
|
||||
|
||||
#endif // ACCSERVICE_H
|
||||
|
||||
Reference in New Issue
Block a user