Fixed MSVC2012 build

This commit is contained in:
2017-06-08 22:11:25 +02:00
parent a33992b9b9
commit 761fcad3b7
5 changed files with 11 additions and 4 deletions
+2 -1
View File
@@ -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