Fixed MSVC2012 build

master
Pepa Rokos 8 years ago
parent a33992b9b9
commit 761fcad3b7

@ -3,6 +3,7 @@
#include <QDialog> #include <QDialog>
#include "report.h" #include "report.h"
#include "core_global.h"
namespace Ui { namespace Ui {
class ReportViewer; class ReportViewer;
@ -13,7 +14,7 @@ class PreviewReportWidget;
class ReportEngine; class ReportEngine;
} }
class ReportViewer : public QDialog class CORESHARED_EXPORT ReportViewer : public QDialog
{ {
Q_OBJECT Q_OBJECT

@ -2,6 +2,8 @@
#include "ui_paydialog.h" #include "ui_paydialog.h"
#include "shopservice.h" #include "shopservice.h"
#include "shop-odb.hxx"
PayDialog::PayDialog(QDecDouble total, QWidget *parent) : PayDialog::PayDialog(QDecDouble total, QWidget *parent) :
QDialog(parent), QDialog(parent),
ui(new Ui::PayDialog) ui(new Ui::PayDialog)

@ -7,6 +7,8 @@
#include "shopservice.h" #include "shopservice.h"
#include "eetbatchdialog.h" #include "eetbatchdialog.h"
#include "shop-odb.hxx"
PaydVouchersDialog::PaydVouchersDialog(QWidget *parent) : PaydVouchersDialog::PaydVouchersDialog(QWidget *parent) :
QDialog(parent), QDialog(parent),
ui(new Ui::PaydVouchersDialog) ui(new Ui::PaydVouchersDialog)

@ -3,7 +3,7 @@
#include "shopform.h" #include "shopform.h"
#include "shopservice.h" #include "shopservice.h"
#include "settings/shopsettingsform.h" #include "settings/shopsettingsform.h"
#include "shop-odb.hxx"
Shop::Shop() Shop::Shop()
{ {

@ -9,12 +9,14 @@
#include "data/shop-data.h" #include "data/shop-data.h"
#include "shopitem.h" #include "shopitem.h"
#include "shop_global.h"
class PayDialog; class PayDialog;
class ShopForm; 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: public:
ShopService(); ShopService();

Loading…
Cancel
Save