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 PDFCERTIFICATEMANAGERDIALOG_H
#define PDFCERTIFICATEMANAGERDIALOG_H
#include "pdfwidgetsglobal.h"
#include "pdfcertificatemanager.h"
#include <QDialog>
@@ -33,7 +34,7 @@ class PDFCertificateManagerDialog;
namespace pdf
{
class PDF4QTLIBCORESHARED_EXPORT PDFCertificateManagerDialog : public QDialog
class PDF4QTLIBWIDGETSSHARED_EXPORT PDFCertificateManagerDialog : public QDialog
{
Q_OBJECT