Object inspector dialog

This commit is contained in:
Jakub Melka
2021-06-06 18:24:09 +02:00
parent 0dee75a692
commit 2745c7828c
15 changed files with 1092 additions and 5 deletions

View File

@@ -307,7 +307,7 @@ private:
};
/// Represents an array of objects in the PDF file.
class PDFArray : public PDFObjectContent
class Pdf4QtLIBSHARED_EXPORT PDFArray : public PDFObjectContent
{
public:
inline PDFArray() = default;
@@ -460,7 +460,7 @@ private:
/// Represents a stream object in the PDF file. Stream consists of dictionary
/// and stream content - byte array.
class PDFStream : public PDFObjectContent
class Pdf4QtLIBSHARED_EXPORT PDFStream : public PDFObjectContent
{
public:
inline explicit PDFStream() = default;