VS 2019 build fixed.

This commit is contained in:
2023-05-29 16:27:10 +02:00
parent 7082648122
commit 46b2098ffc
12 changed files with 44 additions and 47 deletions
+2 -1
View File
@@ -3,12 +3,13 @@
#include <QDialog>
#include "report.h"
#include "../core_global.h"
namespace Ui {
class ReportDialog;
}
class ReportDialog : public QDialog
class CORESHARED_EXPORT ReportDialog : public QDialog
{
Q_OBJECT