Issue #118: Move compiler and draw space controller

This commit is contained in:
Jakub Melka
2023-12-07 20:18:28 +01:00
parent 0e1959b3aa
commit cdbbe5e121
52 changed files with 436 additions and 231 deletions

View File

@@ -18,6 +18,7 @@
#ifndef PDFCREATECERTIFICATEDIALOG_H
#define PDFCREATECERTIFICATEDIALOG_H
#include "pdfwidgetsglobal.h"
#include "pdfcertificatemanager.h"
#include <QDialog>
@@ -30,7 +31,7 @@ class PDFCreateCertificateDialog;
namespace pdf
{
class PDF4QTLIBCORESHARED_EXPORT PDFCreateCertificateDialog : public QDialog
class PDF4QTLIBWIDGETSSHARED_EXPORT PDFCreateCertificateDialog : public QDialog
{
Q_OBJECT