Fixed MSVC2012 build

master
Pepa Rokos 8 years ago
parent a33992b9b9
commit 761fcad3b7

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

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

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

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

@ -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();

Loading…
Cancel
Save