|
|
|
@ -9,12 +9,14 @@
|
|
|
|
|
#include "data/shop-data.h"
|
|
|
|
|
#include "shopitem.h"
|
|
|
|
|
|
|
|
|
|
#include "shop_global.h"
|
|
|
|
|
|
|
|
|
|
class PayDialog;
|
|
|
|
|
class ShopForm;
|
|
|
|
|
|
|
|
|
|
void payVoucherFromUI(VoucherPtr voucher, PayDialog *dialog, ShopForm *form = NULL);
|
|
|
|
|
void SHOPSHARED_EXPORT payVoucherFromUI(VoucherPtr voucher, PayDialog *dialog, ShopForm *form = NULL);
|
|
|
|
|
|
|
|
|
|
class ShopService : public Service<Voucher>
|
|
|
|
|
class SHOPSHARED_EXPORT ShopService : public Service<Voucher>
|
|
|
|
|
{
|
|
|
|
|
public:
|
|
|
|
|
ShopService();
|
|
|
|
|